Color Hex Logo

#abdcaf Color Hex

#ABDCAF
(171,220,175)
0 Favorites   0 Comments

Color spaces of #abdcaf

RGB 171220175
HSL0.350.410.77
HSV125°22°86°
CMYK 0.220.000.20   0.14
XYZ50.125662.939550.0641
Yxy62.93950.30730.3858
Hunter Lab79.3344-26.054218.1191
CIE-Lab83.4105-24.528717.0313

#abdcaf color RGB value is (171,220,175).

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

The process color (four color CMYK) of #abdcaf color hex is 0.22, 0.00, 0.20, 0.14. Web safe color of #abdcaf is #99cc99. Color #abdcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 10101111
Octal 253 334 257
Decimal 171 220 175
Hex AB DC AF

RGB Percentages of Color #abdcaf

%30.21
%38.87
%30.92

CMYK Percentages of Color #abdcaf

%22
%0
%20
%14

Triadic Colors of #abdcaf

#abdcaf #afabdc #dcafab

Analogous Colors of #abdcaf

#abdcaf #abdcc8 #c0dcab

Monochromatic Colors of #abdcaf

#abdcaf

Complementary Color

#abdcaf #dcabd8

#abdcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcaf Color CSS Codes

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

#abdcaf Text Font Color

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

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


#abdcaf Background Color

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

This div background color is #abdcaf


#abdcaf Border Color

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

This div border color is #abdcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcaf


Comments

No comments written yet.

Please login to write comment.