Color Hex Logo

#aceca4 Color Hex

#ACECA4
(172,236,164)
0 Favorites   0 Comments

Color spaces of #aceca4

RGB 172236164
HSL0.310.650.78
HSV113°31°93°
CMYK 0.270.000.31   0.07
XYZ53.709671.441946.0808
Yxy71.44190.31370.4172
Hunter Lab84.5233-34.489526.8423
CIE-Lab87.6993-33.607528.6333

#aceca4 color RGB value is (172,236,164).

#aceca4 hex color red value is 172, green value is 236 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #aceca4 hue: 0.31 , saturation: 0.65 and the lightness value of aceca4 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 10100100
Octal 254 354 244
Decimal 172 236 164
Hex AC EC A4

RGB Percentages of Color #aceca4

%30.07
%41.26
%28.67

CMYK Percentages of Color #aceca4

%27
%0
%31
%7

Triadic Colors of #aceca4

#aceca4 #a4acec #eca4ac

Analogous Colors of #aceca4

#aceca4 #a4ecc0 #d0eca4

Monochromatic Colors of #aceca4

#aceca4

Complementary Color

#aceca4 #e4a4ec

#aceca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceca4 Color CSS Codes

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

#aceca4 Text Font Color

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

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


#aceca4 Background Color

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

This div background color is #aceca4


#aceca4 Border Color

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

This div border color is #aceca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceca4


Comments

No comments written yet.

Please login to write comment.