Color Hex Logo

#abcad3 Color Hex

#ABCAD3
(171,202,211)
0 Favorites   0 Comments

Color spaces of #abcad3

RGB 171202211
HSL0.540.310.75
HSV194°19°83°
CMYK 0.190.040.00   0.17
XYZ49.673055.602169.7423
Yxy55.60210.28380.3177
Hunter Lab74.5668-11.5834-3.2571
CIE-Lab79.3868-8.4046-7.9419

#abcad3 color RGB value is (171,202,211).

#abcad3 hex color red value is 171, green value is 202 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #abcad3 hue: 0.54 , saturation: 0.31 and the lightness value of abcad3 is 0.75.

The process color (four color CMYK) of #abcad3 color hex is 0.19, 0.04, 0.00, 0.17. Web safe color of #abcad3 is #99cccc. Color #abcad3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11010011
Octal 253 312 323
Decimal 171 202 211
Hex AB CA D3

RGB Percentages of Color #abcad3

%29.28
%34.59
%36.13

CMYK Percentages of Color #abcad3

%19
%4
%0
%17

Triadic Colors of #abcad3

#abcad3 #d3abca #cad3ab

Analogous Colors of #abcad3

#abcad3 #abb6d3 #abd3c8

Monochromatic Colors of #abcad3

#abcad3

Complementary Color

#abcad3 #d3b4ab

#abcad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcad3 Color CSS Codes

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

#abcad3 Text Font Color

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

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


#abcad3 Background Color

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

This div background color is #abcad3


#abcad3 Border Color

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

This div border color is #abcad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcad3


Comments

No comments written yet.

Please login to write comment.