Color Hex Logo

#acee5a Color Hex

#ACEE5A
(172,238,90)
0 Favorites   0 Comments

Color spaces of #acee5a

RGB 17223890
HSL0.240.810.64
HSV87°62°93°
CMYK 0.280.000.62   0.07
XYZ49.433370.657920.7058
Yxy70.65790.35110.5018
Hunter Lab84.0583-42.129044.2361
CIE-Lab87.3185-43.241963.1241

#acee5a color RGB value is (172,238,90).

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

The process color (four color CMYK) of #acee5a color hex is 0.28, 0.00, 0.62, 0.07. Web safe color of #acee5a is #99ff66. Color #acee5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 01011010
Octal 254 356 132
Decimal 172 238 90
Hex AC EE 5A

RGB Percentages of Color #acee5a

%34.40
%47.60
%18.00

CMYK Percentages of Color #acee5a

%28
%0
%62
%7

Triadic Colors of #acee5a

#acee5a #5aacee #ee5aac

Analogous Colors of #acee5a

#acee5a #62ee5a #eee65a

Monochromatic Colors of #acee5a

#acee5a

Complementary Color

#acee5a #9c5aee

#acee5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acee5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acee5a Color CSS Codes

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

#acee5a Text Font Color

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

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


#acee5a Background Color

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

This div background color is #acee5a


#acee5a Border Color

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

This div border color is #acee5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acee5a


Comments

No comments written yet.

Please login to write comment.