Color Hex Logo

#abc4af Color Hex

#ABC4AF
(171,196,175)
0 Favorites   0 Comments

Color spaces of #abc4af

RGB 171196175
HSL0.360.170.72
HSV130°13°77°
CMYK 0.130.000.11   0.23
XYZ44.272451.232948.1130
Yxy51.23290.30830.3567
Hunter Lab71.5772-14.853010.2502
CIE-Lab76.8199-12.49957.7001

#abc4af color RGB value is (171,196,175).

#abc4af hex color red value is 171, green value is 196 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #abc4af hue: 0.36 , saturation: 0.17 and the lightness value of abc4af is 0.72.

The process color (four color CMYK) of #abc4af color hex is 0.13, 0.00, 0.11, 0.23. Web safe color of #abc4af is #99cc99. Color #abc4af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 10101111
Octal 253 304 257
Decimal 171 196 175
Hex AB C4 AF

RGB Percentages of Color #abc4af

%31.55
%36.16
%32.29

CMYK Percentages of Color #abc4af

%13
%0
%11
%23

Triadic Colors of #abc4af

#abc4af #afabc4 #c4afab

Analogous Colors of #abc4af

#abc4af #abc4bc #b4c4ab

Monochromatic Colors of #abc4af

#abc4af

Complementary Color

#abc4af #c4abc0

#abc4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc4af Color CSS Codes

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

#abc4af Text Font Color

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

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


#abc4af Background Color

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

This div background color is #abc4af


#abc4af Border Color

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

This div border color is #abc4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc4af


Comments

No comments written yet.

Please login to write comment.