Color Hex Logo

#acee86 Color Hex

#ACEE86
(172,238,134)
0 Favorites   0 Comments

Color spaces of #acee86

RGB 172238134
HSL0.270.750.73
HSV98°44°93°
CMYK 0.280.000.44   0.07
XYZ51.890971.641033.6474
Yxy71.64100.33010.4558
Hunter Lab84.6410-38.688735.6791
CIE-Lab87.7955-38.741843.7421

#acee86 color RGB value is (172,238,134).

#acee86 hex color red value is 172, green value is 238 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #acee86 hue: 0.27 , saturation: 0.75 and the lightness value of acee86 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 10000110
Octal 254 356 206
Decimal 172 238 134
Hex AC EE 86

RGB Percentages of Color #acee86

%31.62
%43.75
%24.63

CMYK Percentages of Color #acee86

%28
%0
%44
%7

Triadic Colors of #acee86

#acee86 #86acee #ee86ac

Analogous Colors of #acee86

#acee86 #86ee94 #e0ee86

Monochromatic Colors of #acee86

#acee86

Complementary Color

#acee86 #c886ee

#acee86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acee86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acee86 Color CSS Codes

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

#acee86 Text Font Color

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

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


#acee86 Background Color

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

This div background color is #acee86


#acee86 Border Color

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

This div border color is #acee86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acee86


Comments

No comments written yet.

Please login to write comment.