Color Hex Logo

#abc3af Color Hex

#ABC3AF
(171,195,175)
0 Favorites   0 Comments

Color spaces of #abc3af

RGB 171195175
HSL0.360.170.72
HSV130°12°76°
CMYK 0.120.000.10   0.24
XYZ44.047650.783348.0380
Yxy50.78330.30830.3555
Hunter Lab71.2624-14.37769.9163
CIE-Lab76.5476-11.98297.3097

#abc3af color RGB value is (171,195,175).

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

The process color (four color CMYK) of #abc3af color hex is 0.12, 0.00, 0.10, 0.24. Web safe color of #abc3af is #99cc99. Color #abc3af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 10101111
Octal 253 303 257
Decimal 171 195 175
Hex AB C3 AF

RGB Percentages of Color #abc3af

%31.61
%36.04
%32.35

CMYK Percentages of Color #abc3af

%12
%0
%10
%24

Triadic Colors of #abc3af

#abc3af #afabc3 #c3afab

Analogous Colors of #abc3af

#abc3af #abc3bb #b3c3ab

Monochromatic Colors of #abc3af

#abc3af

Complementary Color

#abc3af #c3abbf

#abc3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc3af Color CSS Codes

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

#abc3af Text Font Color

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

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


#abc3af Background Color

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

This div background color is #abc3af


#abc3af Border Color

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

This div border color is #abc3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc3af


Comments

No comments written yet.

Please login to write comment.