Color Hex Logo

#abcaaf Color Hex

#ABCAAF
(171,202,175)
0 Favorites   0 Comments

Color spaces of #abcaaf

RGB 171202175
HSL0.350.230.73
HSV128°15°79°
CMYK 0.150.000.13   0.21
XYZ45.653053.994148.5732
Yxy53.99410.30800.3643
Hunter Lab73.4807-17.690512.2438
CIE-Lab78.4583-15.574010.0408

#abcaaf color RGB value is (171,202,175).

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

The process color (four color CMYK) of #abcaaf color hex is 0.15, 0.00, 0.13, 0.21. Web safe color of #abcaaf is #99cc99. Color #abcaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 10101111
Octal 253 312 257
Decimal 171 202 175
Hex AB CA AF

RGB Percentages of Color #abcaaf

%31.20
%36.86
%31.93

CMYK Percentages of Color #abcaaf

%15
%0
%13
%21

Triadic Colors of #abcaaf

#abcaaf #afabca #caafab

Analogous Colors of #abcaaf

#abcaaf #abcabf #b7caab

Monochromatic Colors of #abcaaf

#abcaaf

Complementary Color

#abcaaf #caabc6

#abcaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcaaf Color CSS Codes

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

#abcaaf Text Font Color

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

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


#abcaaf Background Color

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

This div background color is #abcaaf


#abcaaf Border Color

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

This div border color is #abcaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcaaf


Comments

No comments written yet.

Please login to write comment.