Color Hex Logo

#aceeca Color Hex

#ACEECA
(172,238,202)
2 Favorites   0 Comments

Color spaces of #aceeca

RGB 172238202
HSL0.410.660.80
HSV147°28°93°
CMYK 0.280.000.15   0.07
XYZ58.248574.184067.1260
Yxy74.18400.29190.3717
Hunter Lab86.1301-30.010914.0831
CIE-Lab89.0094-27.923510.8321

#aceeca color RGB value is (172,238,202).

#aceeca hex color red value is 172, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aceeca hue: 0.41 , saturation: 0.66 and the lightness value of aceeca is 0.80.

The process color (four color CMYK) of #aceeca color hex is 0.28, 0.00, 0.15, 0.07. Web safe color of #aceeca is #99ffcc. Color #aceeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11001010
Octal 254 356 312
Decimal 172 238 202
Hex AC EE CA

RGB Percentages of Color #aceeca

%28.10
%38.89
%33.01

CMYK Percentages of Color #aceeca

%28
%0
%15
%7

Triadic Colors of #aceeca

#aceeca #caacee #eecaac

Analogous Colors of #aceeca

#aceeca #aceeeb #afeeac

Monochromatic Colors of #aceeca

#aceeca

Complementary Color

#aceeca #eeacd0

#aceeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceeca Color CSS Codes

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

#aceeca Text Font Color

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

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


#aceeca Background Color

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

This div background color is #aceeca


#aceeca Border Color

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

This div border color is #aceeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,238,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 #aceeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceeca


Comments

No comments written yet.

Please login to write comment.