Color Hex Logo

#abd5ca Color Hex

#ABD5CA
(171,213,202)
0 Favorites   0 Comments

Color spaces of #abd5ca

RGB 171213202
HSL0.460.330.75
HSV164°20°84°
CMYK 0.200.000.05   0.16
XYZ51.249560.510764.8557
Yxy60.51070.29020.3426
Hunter Lab77.7886-18.52895.0194
CIE-Lab82.1150-15.94760.8863

#abd5ca color RGB value is (171,213,202).

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

The process color (four color CMYK) of #abd5ca color hex is 0.20, 0.00, 0.05, 0.16. Web safe color of #abd5ca is #99cccc. Color #abd5ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010101 11001010
Octal 253 325 312
Decimal 171 213 202
Hex AB D5 CA

RGB Percentages of Color #abd5ca

%29.18
%36.35
%34.47

CMYK Percentages of Color #abd5ca

%20
%0
%5
%16

Triadic Colors of #abd5ca

#abd5ca #caabd5 #d5caab

Analogous Colors of #abd5ca

#abd5ca #abcbd5 #abd5b5

Monochromatic Colors of #abd5ca

#abd5ca

Complementary Color

#abd5ca #d5abb6

#abd5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd5ca Color CSS Codes

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

#abd5ca Text Font Color

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

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


#abd5ca Background Color

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

This div background color is #abd5ca


#abd5ca Border Color

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

This div border color is #abd5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd5ca


Comments

No comments written yet.

Please login to write comment.