Color Hex Logo

#aceaee Color Hex

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

Color spaces of #aceaee

RGB 172234238
HSL0.510.660.80
HSV184°28°93°
CMYK 0.280.020.00   0.07
XYZ61.868773.789391.8709
Yxy73.78930.27190.3243
Hunter Lab85.9007-21.7643-3.2802
CIE-Lab88.8228-18.4970-8.2598

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

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

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

Base Numbers

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

RGB Percentages of Color #aceaee

%26.71
%36.34
%36.96

CMYK Percentages of Color #aceaee

%28
%2
%0
%7

Triadic Colors of #aceaee

#aceaee #eeacea #eaeeac

Analogous Colors of #aceaee

#aceaee #acc9ee #aceed1

Monochromatic Colors of #aceaee

#aceaee

Complementary Color

#aceaee #eeb0ac

#aceaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceaee Color CSS Codes

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

#aceaee Text Font Color

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

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


#aceaee Background Color

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

This div background color is #aceaee


#aceaee Border Color

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

This div border color is #aceaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceaee


Comments

No comments written yet.

Please login to write comment.