Color Hex Logo

#acee8b Color Hex

#ACEE8B
(172,238,139)
0 Favorites   0 Comments

Color spaces of #acee8b

RGB 172238139
HSL0.280.740.74
HSV100°42°93°
CMYK 0.280.000.42   0.07
XYZ52.248071.783835.5280
Yxy71.78380.32750.4499
Hunter Lab84.7253-38.192834.4456
CIE-Lab87.8644-38.103641.3873

#acee8b color RGB value is (172,238,139).

#acee8b hex color red value is 172, green value is 238 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #acee8b hue: 0.28 , saturation: 0.74 and the lightness value of acee8b is 0.74.

The process color (four color CMYK) of #acee8b color hex is 0.28, 0.00, 0.42, 0.07. Web safe color of #acee8b is #99ff99. Color #acee8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 10001011
Octal 254 356 213
Decimal 172 238 139
Hex AC EE 8B

RGB Percentages of Color #acee8b

%31.33
%43.35
%25.32

CMYK Percentages of Color #acee8b

%28
%0
%42
%7

Triadic Colors of #acee8b

#acee8b #8bacee #ee8bac

Analogous Colors of #acee8b

#acee8b #8bee9c #deee8b

Monochromatic Colors of #acee8b

#acee8b

Complementary Color

#acee8b #cd8bee

#acee8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acee8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acee8b Color CSS Codes

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

#acee8b Text Font Color

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

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


#acee8b Background Color

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

This div background color is #acee8b


#acee8b Border Color

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

This div border color is #acee8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acee8b


Comments

No comments written yet.

Please login to write comment.