Color Hex Logo

#abdcbf Color Hex

#ABDCBF
(171,220,191)
0 Favorites   0 Comments

Color spaces of #abdcbf

RGB 171220191
HSL0.400.410.77
HSV144°22°86°
CMYK 0.220.000.13   0.14
XYZ51.791863.605958.8377
Yxy63.60590.29730.3651
Hunter Lab79.7533-23.650412.0863
CIE-Lab83.7602-21.60849.0975

#abdcbf color RGB value is (171,220,191).

#abdcbf hex color red value is 171, green value is 220 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abdcbf hue: 0.40 , saturation: 0.41 and the lightness value of abdcbf is 0.77.

The process color (four color CMYK) of #abdcbf color hex is 0.22, 0.00, 0.13, 0.14. Web safe color of #abdcbf is #99cccc. Color #abdcbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 10111111
Octal 253 334 277
Decimal 171 220 191
Hex AB DC BF

RGB Percentages of Color #abdcbf

%29.38
%37.80
%32.82

CMYK Percentages of Color #abdcbf

%22
%0
%13
%14

Triadic Colors of #abdcbf

#abdcbf #bfabdc #dcbfab

Analogous Colors of #abdcbf

#abdcbf #abdcd8 #b0dcab

Monochromatic Colors of #abdcbf

#abdcbf

Complementary Color

#abdcbf #dcabc8

#abdcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcbf Color CSS Codes

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

#abdcbf Text Font Color

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

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


#abdcbf Background Color

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

This div background color is #abdcbf


#abdcbf Border Color

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

This div border color is #abdcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcbf


Comments

No comments written yet.

Please login to write comment.