Color Hex Logo

#accb7e Color Hex

#ACCB7E
(172,203,126)
0 Favorites   0 Comments

Color spaces of #accb7e

RGB 172203126
HSL0.230.430.65
HSV84°38°80°
CMYK 0.150.000.38   0.20
XYZ42.135152.988927.7458
Yxy52.98890.34290.4313
Hunter Lab72.7935-24.067328.3566
CIE-Lab77.8684-23.359435.0451

#accb7e color RGB value is (172,203,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 01111110
Octal 254 313 176
Decimal 172 203 126
Hex AC CB 7E

RGB Percentages of Color #accb7e

%34.33
%40.52
%25.15

CMYK Percentages of Color #accb7e

%15
%0
%38
%20

Triadic Colors of #accb7e

#accb7e #7eaccb #cb7eac

Analogous Colors of #accb7e

#accb7e #86cb7e #cbc47e

Monochromatic Colors of #accb7e

#accb7e

Complementary Color

#accb7e #9d7ecb

#accb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb7e Color CSS Codes

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

#accb7e Text Font Color

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

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


#accb7e Background Color

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

This div background color is #accb7e


#accb7e Border Color

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

This div border color is #accb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb7e


Comments

No comments written yet.

Please login to write comment.