Color Hex Logo

#abcbaf Color Hex

#ABCBAF
(171,203,175)
0 Favorites   0 Comments

Color spaces of #abcbaf

RGB 171203175
HSL0.350.240.73
HSV128°16°80°
CMYK 0.160.000.14   0.20
XYZ45.888454.464948.6517
Yxy54.46490.30800.3655
Hunter Lab73.8003-18.160912.5742
CIE-Lab78.7320-16.082110.4305

#abcbaf color RGB value is (171,203,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 10101111
Octal 253 313 257
Decimal 171 203 175
Hex AB CB AF

RGB Percentages of Color #abcbaf

%31.15
%36.98
%31.88

CMYK Percentages of Color #abcbaf

%16
%0
%14
%20

Triadic Colors of #abcbaf

#abcbaf #afabcb #cbafab

Analogous Colors of #abcbaf

#abcbaf #abcbbf #b7cbab

Monochromatic Colors of #abcbaf

#abcbaf

Complementary Color

#abcbaf #cbabc7

#abcbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbaf Color CSS Codes

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

#abcbaf Text Font Color

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

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


#abcbaf Background Color

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

This div background color is #abcbaf


#abcbaf Border Color

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

This div border color is #abcbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbaf


Comments

No comments written yet.

Please login to write comment.