Color Hex Logo

#accb7f Color Hex

#ACCB7F
(172,203,127)
0 Favorites   0 Comments

Color spaces of #accb7f

RGB 172203127
HSL0.230.420.65
HSV84°37°80°
CMYK 0.150.000.37   0.20
XYZ42.200053.014828.0874
Yxy53.01480.34220.4300
Hunter Lab72.8113-23.964628.0964
CIE-Lab77.8837-23.229734.5532

#accb7f color RGB value is (172,203,127).

#accb7f hex color red value is 172, green value is 203 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #accb7f hue: 0.23 , saturation: 0.42 and the lightness value of accb7f is 0.65.

The process color (four color CMYK) of #accb7f color hex is 0.15, 0.00, 0.37, 0.20. Web safe color of #accb7f is #99cc66. Color #accb7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 01111111
Octal 254 313 177
Decimal 172 203 127
Hex AC CB 7F

RGB Percentages of Color #accb7f

%34.26
%40.44
%25.30

CMYK Percentages of Color #accb7f

%15
%0
%37
%20

Triadic Colors of #accb7f

#accb7f #7faccb #cb7fac

Analogous Colors of #accb7f

#accb7f #86cb7f #cbc47f

Monochromatic Colors of #accb7f

#accb7f

Complementary Color

#accb7f #9e7fcb

#accb7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb7f Color CSS Codes

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

#accb7f Text Font Color

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

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


#accb7f Background Color

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

This div background color is #accb7f


#accb7f Border Color

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

This div border color is #accb7f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,203,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #accb7f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb7f


Comments

No comments written yet.

Please login to write comment.