Color Hex Logo

#accb6f Color Hex

#ACCB6F
(172,203,111)
0 Favorites   0 Comments

Color spaces of #accb6f

RGB 172203111
HSL0.220.470.62
HSV80°45°80°
CMYK 0.150.000.45   0.20
XYZ41.238452.630223.0241
Yxy52.63020.35280.4502
Hunter Lab72.5467-25.490231.9658
CIE-Lab77.6562-25.168342.3233

#accb6f color RGB value is (172,203,111).

#accb6f hex color red value is 172, green value is 203 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #accb6f hue: 0.22 , saturation: 0.47 and the lightness value of accb6f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 01101111
Octal 254 313 157
Decimal 172 203 111
Hex AC CB 6F

RGB Percentages of Color #accb6f

%35.39
%41.77
%22.84

CMYK Percentages of Color #accb6f

%15
%0
%45
%20

Triadic Colors of #accb6f

#accb6f #6faccb #cb6fac

Analogous Colors of #accb6f

#accb6f #7ecb6f #cbbc6f

Monochromatic Colors of #accb6f

#accb6f

Complementary Color

#accb6f #8e6fcb

#accb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb6f Color CSS Codes

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

#accb6f Text Font Color

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

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


#accb6f Background Color

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

This div background color is #accb6f


#accb6f Border Color

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

This div border color is #accb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb6f


Comments

No comments written yet.

Please login to write comment.