Color Hex Logo

#ace4ca Color Hex

#ACE4CA
(172,228,202)
0 Favorites   0 Comments

Color spaces of #ace4ca

RGB 172228202
HSL0.420.510.78
HSV152°25°89°
CMYK 0.250.000.11   0.11
XYZ55.417368.521766.1823
Yxy68.52170.29150.3604
Hunter Lab82.7778-25.360810.5411
CIE-Lab86.2667-23.09706.9047

#ace4ca color RGB value is (172,228,202).

#ace4ca hex color red value is 172, green value is 228 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ace4ca hue: 0.42 , saturation: 0.51 and the lightness value of ace4ca is 0.78.

The process color (four color CMYK) of #ace4ca color hex is 0.25, 0.00, 0.11, 0.11. Web safe color of #ace4ca is #99cccc. Color #ace4ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 11001010
Octal 254 344 312
Decimal 172 228 202
Hex AC E4 CA

RGB Percentages of Color #ace4ca

%28.57
%37.87
%33.55

CMYK Percentages of Color #ace4ca

%25
%0
%11
%11

Triadic Colors of #ace4ca

#ace4ca #caace4 #e4caac

Analogous Colors of #ace4ca

#ace4ca #ace2e4 #ace4ae

Monochromatic Colors of #ace4ca

#ace4ca

Complementary Color

#ace4ca #e4acc6

#ace4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace4ca Color CSS Codes

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

#ace4ca Text Font Color

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

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


#ace4ca Background Color

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

This div background color is #ace4ca


#ace4ca Border Color

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

This div border color is #ace4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace4ca


Comments

No comments written yet.

Please login to write comment.