Color Hex Logo

#accb6e Color Hex

#ACCB6E
(172,203,110)
0 Favorites   0 Comments

Color spaces of #accb6e

RGB 172203110
HSL0.220.470.61
HSV80°46°80°
CMYK 0.150.000.46   0.20
XYZ41.183752.608322.7357
Yxy52.60830.35340.4515
Hunter Lab72.5316-25.577332.1871
CIE-Lab77.6432-25.279842.8005

#accb6e color RGB value is (172,203,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 01101110
Octal 254 313 156
Decimal 172 203 110
Hex AC CB 6E

RGB Percentages of Color #accb6e

%35.46
%41.86
%22.68

CMYK Percentages of Color #accb6e

%15
%0
%46
%20

Triadic Colors of #accb6e

#accb6e #6eaccb #cb6eac

Analogous Colors of #accb6e

#accb6e #7ecb6e #cbbc6e

Monochromatic Colors of #accb6e

#accb6e

Complementary Color

#accb6e #8d6ecb

#accb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb6e Color CSS Codes

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

#accb6e Text Font Color

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

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


#accb6e Background Color

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

This div background color is #accb6e


#accb6e Border Color

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

This div border color is #accb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb6e


Comments

No comments written yet.

Please login to write comment.