Color Hex Logo

#abd4ca Color Hex

#ABD4CA
(171,212,202)
0 Favorites   0 Comments

Color spaces of #abd4ca

RGB 171212202
HSL0.460.320.75
HSV165°19°83°
CMYK 0.190.000.05   0.17
XYZ50.998760.009264.7721
Yxy60.00920.29010.3414
Hunter Lab77.4656-18.05114.6512
CIE-Lab81.8432-15.44090.4900

#abd4ca color RGB value is (171,212,202).

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

The process color (four color CMYK) of #abd4ca color hex is 0.19, 0.00, 0.05, 0.17. Web safe color of #abd4ca is #99cccc. Color #abd4ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010100 11001010
Octal 253 324 312
Decimal 171 212 202
Hex AB D4 CA

RGB Percentages of Color #abd4ca

%29.23
%36.24
%34.53

CMYK Percentages of Color #abd4ca

%19
%0
%5
%17

Triadic Colors of #abd4ca

#abd4ca #caabd4 #d4caab

Analogous Colors of #abd4ca

#abd4ca #abcad4 #abd4b6

Monochromatic Colors of #abd4ca

#abd4ca

Complementary Color

#abd4ca #d4abb5

#abd4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd4ca Color CSS Codes

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

#abd4ca Text Font Color

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

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


#abd4ca Background Color

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

This div background color is #abd4ca


#abd4ca Border Color

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

This div border color is #abd4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd4ca

#abd4ca Color Palettes


Comments

No comments written yet.

Please login to write comment.