Color Hex Logo

#abd1cb Color Hex

#ABD1CB
(171,209,203)
0 Favorites   0 Comments

Color spaces of #abd1cb

RGB 171209203
HSL0.470.290.75
HSV171°18°82°
CMYK 0.180.000.03   0.18
XYZ50.374558.570765.1502
Yxy58.57070.28930.3364
Hunter Lab76.5315-16.43803.0993
CIE-Lab81.0550-13.7082-1.1955

#abd1cb color RGB value is (171,209,203).

#abd1cb hex color red value is 171, green value is 209 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #abd1cb hue: 0.47 , saturation: 0.29 and the lightness value of abd1cb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 11001011
Octal 253 321 313
Decimal 171 209 203
Hex AB D1 CB

RGB Percentages of Color #abd1cb

%29.33
%35.85
%34.82

CMYK Percentages of Color #abd1cb

%18
%0
%3
%18

Triadic Colors of #abd1cb

#abd1cb #cbabd1 #d1cbab

Analogous Colors of #abd1cb

#abd1cb #abc4d1 #abd1b8

Monochromatic Colors of #abd1cb

#abd1cb

Complementary Color

#abd1cb #d1abb1

#abd1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd1cb Color CSS Codes

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

#abd1cb Text Font Color

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

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


#abd1cb Background Color

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

This div background color is #abd1cb


#abd1cb Border Color

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

This div border color is #abd1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd1cb


Comments

No comments written yet.

Please login to write comment.