Color Hex Logo

#abd1cf Color Hex

#ABD1CF
(171,209,207)
0 Favorites   0 Comments

Color spaces of #abd1cf

RGB 171209207
HSL0.490.290.75
HSV177°18°82°
CMYK 0.180.000.01   0.18
XYZ50.857558.763867.6936
Yxy58.76380.28680.3314
Hunter Lab76.6576-15.72711.3034
CIE-Lab81.1616-12.8783-3.1770

#abd1cf color RGB value is (171,209,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 11001111
Octal 253 321 317
Decimal 171 209 207
Hex AB D1 CF

RGB Percentages of Color #abd1cf

%29.13
%35.60
%35.26

CMYK Percentages of Color #abd1cf

%18
%0
%1
%18

Triadic Colors of #abd1cf

#abd1cf #cfabd1 #d1cfab

Analogous Colors of #abd1cf

#abd1cf #abc0d1 #abd1bc

Monochromatic Colors of #abd1cf

#abd1cf

Complementary Color

#abd1cf #d1abad

#abd1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd1cf Color CSS Codes

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

#abd1cf Text Font Color

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

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


#abd1cf Background Color

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

This div background color is #abd1cf


#abd1cf Border Color

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

This div border color is #abd1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd1cf


Comments

No comments written yet.

Please login to write comment.