Color Hex Logo

#acea5b Color Hex

#ACEA5B
(172,234,91)
0 Favorites   0 Comments

Color spaces of #acea5b

RGB 17223491
HSL0.240.770.64
HSV86°61°92°
CMYK 0.260.000.61   0.08
XYZ48.324468.371620.5476
Yxy68.37160.35210.4982
Hunter Lab82.6871-40.382643.1475
CIE-Lab86.1919-41.415261.4753

#acea5b color RGB value is (172,234,91).

#acea5b hex color red value is 172, green value is 234 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #acea5b hue: 0.24 , saturation: 0.77 and the lightness value of acea5b is 0.64.

The process color (four color CMYK) of #acea5b color hex is 0.26, 0.00, 0.61, 0.08. Web safe color of #acea5b is #99ff66. Color #acea5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 01011011
Octal 254 352 133
Decimal 172 234 91
Hex AC EA 5B

RGB Percentages of Color #acea5b

%34.61
%47.08
%18.31

CMYK Percentages of Color #acea5b

%26
%0
%61
%8

Triadic Colors of #acea5b

#acea5b #5bacea #ea5bac

Analogous Colors of #acea5b

#acea5b #65ea5b #eae15b

Monochromatic Colors of #acea5b

#acea5b

Complementary Color

#acea5b #995bea

#acea5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acea5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acea5b Color CSS Codes

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

#acea5b Text Font Color

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

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


#acea5b Background Color

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

This div background color is #acea5b


#acea5b Border Color

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

This div border color is #acea5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acea5b


Comments

No comments written yet.

Please login to write comment.