Color Hex Logo

#acecaa Color Hex

#ACECAA
(172,236,170)
0 Favorites   0 Comments

Color spaces of #acecaa

RGB 172236170
HSL0.330.630.80
HSV118°28°93°
CMYK 0.270.000.28   0.07
XYZ54.264471.663849.0027
Yxy71.66380.31020.4097
Hunter Lab84.6545-33.725024.9378
CIE-Lab87.8065-32.651325.7093

#acecaa color RGB value is (172,236,170).

#acecaa hex color red value is 172, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #acecaa hue: 0.33 , saturation: 0.63 and the lightness value of acecaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 10101010
Octal 254 354 252
Decimal 172 236 170
Hex AC EC AA

RGB Percentages of Color #acecaa

%29.76
%40.83
%29.41

CMYK Percentages of Color #acecaa

%27
%0
%28
%7

Triadic Colors of #acecaa

#acecaa #aaacec #ecaaac

Analogous Colors of #acecaa

#acecaa #aaecc9 #cdecaa

Monochromatic Colors of #acecaa

#acecaa

Complementary Color

#acecaa #eaaaec

#acecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acecaa Color CSS Codes

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

#acecaa Text Font Color

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

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


#acecaa Background Color

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

This div background color is #acecaa


#acecaa Border Color

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

This div border color is #acecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acecaa


Comments

No comments written yet.

Please login to write comment.