Color Hex Logo

#accb5e Color Hex

#ACCB5E
(172,203,94)
0 Favorites   0 Comments

Color spaces of #accb5e

RGB 17220394
HSL0.210.510.58
HSV77°54°80°
CMYK 0.150.000.54   0.20
XYZ40.389652.290718.5540
Yxy52.29070.36310.4701
Hunter Lab72.3123-26.846535.4059
CIE-Lab77.4543-26.913550.2475

#accb5e color RGB value is (172,203,94).

#accb5e hex color red value is 172, green value is 203 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #accb5e hue: 0.21 , saturation: 0.51 and the lightness value of accb5e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 01011110
Octal 254 313 136
Decimal 172 203 94
Hex AC CB 5E

RGB Percentages of Color #accb5e

%36.67
%43.28
%20.04

CMYK Percentages of Color #accb5e

%15
%0
%54
%20

Triadic Colors of #accb5e

#accb5e #5eaccb #cb5eac

Analogous Colors of #accb5e

#accb5e #76cb5e #cbb45e

Monochromatic Colors of #accb5e

#accb5e

Complementary Color

#accb5e #7d5ecb

#accb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb5e Color CSS Codes

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

#accb5e Text Font Color

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

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


#accb5e Background Color

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

This div background color is #accb5e


#accb5e Border Color

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

This div border color is #accb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb5e


Comments

No comments written yet.

Please login to write comment.