Color Hex Logo

#abcad9 Color Hex

#ABCAD9
(171,202,217)
0 Favorites   0 Comments

Color spaces of #abcad9

RGB 171202217
HSL0.550.380.76
HSV200°21°85°
CMYK 0.210.070.00   0.15
XYZ50.439555.908773.7787
Yxy55.90870.28000.3104
Hunter Lab74.7721-10.4393-6.1618
CIE-Lab79.5618-7.0980-10.9039

#abcad9 color RGB value is (171,202,217).

#abcad9 hex color red value is 171, green value is 202 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #abcad9 hue: 0.55 , saturation: 0.38 and the lightness value of abcad9 is 0.76.

The process color (four color CMYK) of #abcad9 color hex is 0.21, 0.07, 0.00, 0.15. Web safe color of #abcad9 is #99cccc. Color #abcad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11011001
Octal 253 312 331
Decimal 171 202 217
Hex AB CA D9

RGB Percentages of Color #abcad9

%28.98
%34.24
%36.78

CMYK Percentages of Color #abcad9

%21
%7
%0
%15

Triadic Colors of #abcad9

#abcad9 #d9abca #cad9ab

Analogous Colors of #abcad9

#abcad9 #abb3d9 #abd9d1

Monochromatic Colors of #abcad9

#abcad9

Complementary Color

#abcad9 #d9baab

#abcad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcad9 Color CSS Codes

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

#abcad9 Text Font Color

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

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


#abcad9 Background Color

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

This div background color is #abcad9


#abcad9 Border Color

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

This div border color is #abcad9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,202,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 #abcad9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcad9


Comments

No comments written yet.

Please login to write comment.