Color Hex Logo

#aceeea Color Hex

#ACEEEA
(172,238,234)
0 Favorites   0 Comments

Color spaces of #aceeea

RGB 172238234
HSL0.490.660.80
HSV176°28°93°
CMYK 0.280.000.02   0.07
XYZ62.439175.860289.1935
Yxy75.86020.27450.3335
Hunter Lab87.0978-24.45710.2518
CIE-Lab89.7944-21.3573-4.7306

#aceeea color RGB value is (172,238,234).

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

The process color (four color CMYK) of #aceeea color hex is 0.28, 0.00, 0.02, 0.07. Web safe color of #aceeea is #99ffff. Color #aceeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11101010
Octal 254 356 352
Decimal 172 238 234
Hex AC EE EA

RGB Percentages of Color #aceeea

%26.71
%36.96
%36.34

CMYK Percentages of Color #aceeea

%28
%0
%2
%7

Triadic Colors of #aceeea

#aceeea #eaacee #eeeaac

Analogous Colors of #aceeea

#aceeea #acd1ee #aceec9

Monochromatic Colors of #aceeea

#aceeea

Complementary Color

#aceeea #eeacb0

#aceeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceeea Color CSS Codes

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

#aceeea Text Font Color

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

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


#aceeea Background Color

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

This div background color is #aceeea


#aceeea Border Color

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

This div border color is #aceeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceeea


Comments

No comments written yet.

Please login to write comment.