Color Hex Logo

#a2cbd9 Color Hex

#A2CBD9
(162,203,217)
0 Favorites   0 Comments

Color spaces of #a2cbd9

RGB 162203217
HSL0.540.420.74
HSV195°25°85°
CMYK 0.250.060.00   0.15
XYZ48.780655.403073.7685
Yxy55.40300.27410.3113
Hunter Lab74.4332-13.2762-6.6573
CIE-Lab79.2728-10.3397-11.3941

#a2cbd9 color RGB value is (162,203,217).

#a2cbd9 hex color red value is 162, green value is 203 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #a2cbd9 hue: 0.54 , saturation: 0.42 and the lightness value of a2cbd9 is 0.74.

The process color (four color CMYK) of #a2cbd9 color hex is 0.25, 0.06, 0.00, 0.15. Web safe color of #a2cbd9 is #99cccc. Color #a2cbd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001011 11011001
Octal 242 313 331
Decimal 162 203 217
Hex A2 CB D9

RGB Percentages of Color #a2cbd9

%27.84
%34.88
%37.29

CMYK Percentages of Color #a2cbd9

%25
%6
%0
%15

Triadic Colors of #a2cbd9

#a2cbd9 #d9a2cb #cbd9a2

Analogous Colors of #a2cbd9

#a2cbd9 #a2b0d9 #a2d9cc

Monochromatic Colors of #a2cbd9

#a2cbd9

Complementary Color

#a2cbd9 #d9b0a2

#a2cbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2cbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2cbd9 Color CSS Codes

.mybgcolor {background-color:#a2cbd9; } 
.myforecolor {color:#a2cbd9; }
.mybordercolor {border:3px solid #a2cbd9; }

#a2cbd9 Text Font Color

<p style="color:#a2cbd9">Text here</p>

This sample text font color is #a2cbd9
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.


#a2cbd9 Background Color

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

This div background color is #a2cbd9


#a2cbd9 Border Color

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

This div border color is #a2cbd9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,203,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2cbd9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2cbd9;
  -webkit-box-shadow: 1px 1px 3px 2px #a2cbd9;
  box-shadow:         1px 1px 3px 2px #a2cbd9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,203,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2cbd9


Comments

No comments written yet.

Please login to write comment.