Color Hex Logo

#abccaf Color Hex

#ABCCAF
(171,204,175)
0 Favorites   0 Comments

Color spaces of #abccaf

RGB 171204175
HSL0.350.240.74
HSV127°16°80°
CMYK 0.160.000.14   0.20
XYZ46.125354.938848.7306
Yxy54.93880.30790.3668
Hunter Lab74.1207-18.630712.9043
CIE-Lab79.0060-16.589110.8202

#abccaf color RGB value is (171,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10101111
Octal 253 314 257
Decimal 171 204 175
Hex AB CC AF

RGB Percentages of Color #abccaf

%31.09
%37.09
%31.82

CMYK Percentages of Color #abccaf

%16
%0
%14
%20

Triadic Colors of #abccaf

#abccaf #afabcc #ccafab

Analogous Colors of #abccaf

#abccaf #abccc0 #b8ccab

Monochromatic Colors of #abccaf

#abccaf

Complementary Color

#abccaf #ccabc8

#abccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccaf Color CSS Codes

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

#abccaf Text Font Color

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

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


#abccaf Background Color

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

This div background color is #abccaf


#abccaf Border Color

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

This div border color is #abccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccaf


Comments

No comments written yet.

Please login to write comment.