Color Hex Logo

#ace45b Color Hex

#ACE45B
(172,228,91)
0 Favorites   0 Comments

Color spaces of #ace45b

RGB 17222891
HSL0.230.720.63
HSV85°60°89°
CMYK 0.250.000.60   0.11
XYZ46.645065.012819.9878
Yxy65.01280.35430.4938
Hunter Lab80.6305-37.840641.7437
CIE-Lab84.4903-38.758359.5929

#ace45b color RGB value is (172,228,91).

#ace45b hex color red value is 172, green value is 228 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ace45b hue: 0.23 , saturation: 0.72 and the lightness value of ace45b is 0.63.

The process color (four color CMYK) of #ace45b color hex is 0.25, 0.00, 0.60, 0.11. Web safe color of #ace45b is #99cc66. Color #ace45b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 01011011
Octal 254 344 133
Decimal 172 228 91
Hex AC E4 5B

RGB Percentages of Color #ace45b

%35.03
%46.44
%18.53

CMYK Percentages of Color #ace45b

%25
%0
%60
%11

Triadic Colors of #ace45b

#ace45b #5bace4 #e45bac

Analogous Colors of #ace45b

#ace45b #68e45b #e4d85b

Monochromatic Colors of #ace45b

#ace45b

Complementary Color

#ace45b #935be4

#ace45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace45b Color CSS Codes

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

#ace45b Text Font Color

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

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


#ace45b Background Color

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

This div background color is #ace45b


#ace45b Border Color

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

This div border color is #ace45b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,228,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 #ace45b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace45b


Comments

No comments written yet.

Please login to write comment.