#a5b8d0 Color Hex Cashmere Blue

Information about Cashmere Blue Color | #0000FF

#a5b8d0 color RGB value is (165,184,208). #a5b8d0 color name is Cashmere Blue color.

#a5b8d0 hex color red value is 165 , green value is 184 and the blue value of its RGB is 208 . Cylindrical-coordinate representations (also known as HSL) of color #a5b8d0 hue: 213 , saturation: 31 and the lightness value of #a5b8d0 is 73

The process color (four color CMYK) of #a5b8d0 color hex is 8 , 5 ,0, 7 .

#a5b8d0

~Cashmere Blue

Color Converions

HEX
#a5b8d0
RGB
165,184,208
LAB
74,-3,-15
CMYK
21,12,0,18
LCH
74,15,-101
XYZ
44,47,66
HSV
213,21,82
HSL
213,31,73

Base Numbers

Base Red Green Blue
Binary 10100101 10111000 11010000
Octal 245 270 320
Decimal 165 184 208
Hex a5 b8 d0

RGB Percentages of Color #a5b8d0

65%
72%
82%

CMYK Percentages of Color #a5b8d0

8%
0%
5%
7%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #a5b8d0

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#a5b8d0
20%
#95a6bb
30%
#8493a6
40%
#748192
50%
#636e7d
60%
#535c68
70%
#424a53
80%
#32373e
90%
#21252a
100%
#111215

Tints of #a5b8d0

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#a5b8d0
20%
#aebfd5
30%
#b7c6d9
40%
#c0cdde
50%
#c9d4e3
60%
#d2dbe8
70%
#dbe3ec
80%
#e4eaf1
90%
#edf1f6
100%
#f6f8fa

Tones of #a5b8d0

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#a5b8d0
20%
#a1b2c8
30%
#9eadc0
40%
#9aa7b8
50%
#96a1b0
60%
#929ca8
70%
#8f96a0
80%
#8b9098
90%
#878b90
100%
#838588

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#a5b8d0
#a5c9d0
#a5c1d0
#a5b8d0
#a5afd0
#a5a7d0

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#a5b8d0
#d0bda5

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#a5b8d0
#c6a5d0
#c9d0a5

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#a5b8d0
#d0a5b8
#b8d0a5

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#a5b8d0
#d0a5cd
#d0bda5
#a5d0a7

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#a5b8d0
#c7defa
#1e2226
#404750
#626d7b
#8392a5

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#a5b8d0

protanopia

#b0b3cd

deuteranopia

#b9b0d1

tritanopia

#a2b8c6

achromatopsia

#b6b6b6

protanomaly

#acb5ce

deuteranomaly

#b2b3d1

achromatopsia

#b6b6b6

tritanomaly

#a3b8ca

achromatomaly

#b0b7bf

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 10/21
Hello World !

#a5b8d0 Color CSS Codes

.bgcolor {background-color:#a5b8d0; } 
.forecolor {color:#a5b8d0; }
.bordercolor {border:3px solid #a5b8d0; }
            

#a5b8d0 Text Font Color

<div style="color:#a5b8d0">
Div content here</div>

This sample text font color is #a5b8d0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#a5b8d0 Background Color

<div style="background-color:#a5b8d0">
Div content here</div>
Div content here

#a5b8d0 Border Color

<div style="border:3px solid #a5b8d0">
Div here</div>

This div border color is #a5b8d0

#a5b8d0 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #a5b8d0; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5b8d0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5b8d0;
  -webkit-box-shadow: 1px 1px 3px 2px #a5b8d0;
  box-shadow: 1px 1px 3px 2px #a5b8d0; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a5b8d0">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a5b8d0;
              -webkit-box-shadow: 1px 1px 3px 2px #a5b8d0;
              box-shadow:         1px 1px 3px 2px #a5b8d0#a5b8d0">
Div content here</div>

This div box has shadow with color #a5b8d0

More Colors

Liberia
#efe2db
China Rose
#a8516e
Free Speech Aquamarine
#029d74
Feeling Lucky
#aed3c7
Creamy Orange Blush
#fe9c7b
Cosmic
#b8b9cb
Metal Deluxe
#244343
Celtic Clover
#006940
Goose Bill
#ffba80
Delicate Cloud
#dddfe8
Light Pink
#ffd1df
Golden Retriever
#eedec7
Holland Tile
#dd9789
Neo Mint
#aaffcc
Gull Grey
#a4adb0
Burnt Olive
#646049
Ōtan Red
#ff4e20
Dull Gold
#8a6f48
Frontier Shingle
#7b5f46
Furious Red
#ff1100
Classic Gold
#c9a367
Golden Blond
#ccaa55
Polished Apple
#862a2e
Peach Temptation
#f2c5b2
Mocha Black
#6f5b52
Palace Red
#752745
Island Hopping
#f6e3d6
Alexis Blue
#416082
Paperwhite
#f6efdf
Herbal Garden
#9cad60
Fire Dust
#b98d68
Athena Pink
#e9b4c3
Mexicali Rose
#e39b99
Link Grey
#7f7e72
Fireplace Mantel
#847c70
Islamic Green
#009900
Melting Glacier
#e9f9f5
Hyper Green
#55ff00
20000 Leagues Under the Sea
#191970
rating-img
Rate this tool
NaN/5   0 votes