Color Hex Logo

#abcad0 Color Hex

#ABCAD0
(171,202,208)
0 Favorites   0 Comments

Color spaces of #abcad0

RGB 171202208
HSL0.530.280.74
HSV190°18°82°
CMYK 0.180.030.00   0.18
XYZ49.300355.453167.7796
Yxy55.45310.28570.3214
Hunter Lab74.4668-12.1422-1.8389
CIE-Lab79.3015-9.0468-6.4562

#abcad0 color RGB value is (171,202,208).

#abcad0 hex color red value is 171, green value is 202 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #abcad0 hue: 0.53 , saturation: 0.28 and the lightness value of abcad0 is 0.74.

The process color (four color CMYK) of #abcad0 color hex is 0.18, 0.03, 0.00, 0.18. Web safe color of #abcad0 is #99cccc. Color #abcad0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11010000
Octal 253 312 320
Decimal 171 202 208
Hex AB CA D0

RGB Percentages of Color #abcad0

%29.43
%34.77
%35.80

CMYK Percentages of Color #abcad0

%18
%3
%0
%18

Triadic Colors of #abcad0

#abcad0 #d0abca #cad0ab

Analogous Colors of #abcad0

#abcad0 #abb8d0 #abd0c4

Monochromatic Colors of #abcad0

#abcad0

Complementary Color

#abcad0 #d0b1ab

#abcad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcad0 Color CSS Codes

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

#abcad0 Text Font Color

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

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


#abcad0 Background Color

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

This div background color is #abcad0


#abcad0 Border Color

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

This div border color is #abcad0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,202,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcad0


Comments

No comments written yet.

Please login to write comment.