Color Hex Logo

#ace5ee Color Hex

#ACE5EE
(172,229,238)
3 Favorites   0 Comments

Color spaces of #ace5ee

RGB 172229238
HSL0.520.660.80
HSV188°28°93°
CMYK 0.280.040.00   0.07
XYZ60.465270.982391.4030
Yxy70.98230.27130.3185
Hunter Lab84.2510-19.3335-5.3474
CIE-Lab87.4764-15.9953-10.2598

#ace5ee color RGB value is (172,229,238).

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

The process color (four color CMYK) of #ace5ee color hex is 0.28, 0.04, 0.00, 0.07. Web safe color of #ace5ee is #99ccff. Color #ace5ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100101 11101110
Octal 254 345 356
Decimal 172 229 238
Hex AC E5 EE

RGB Percentages of Color #ace5ee

%26.92
%35.84
%37.25

CMYK Percentages of Color #ace5ee

%28
%4
%0
%7

Triadic Colors of #ace5ee

#ace5ee #eeace5 #e5eeac

Analogous Colors of #ace5ee

#ace5ee #acc4ee #aceed6

Monochromatic Colors of #ace5ee

#ace5ee

Complementary Color

#ace5ee #eeb5ac

#ace5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace5ee Color CSS Codes

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

#ace5ee Text Font Color

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

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


#ace5ee Background Color

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

This div background color is #ace5ee


#ace5ee Border Color

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

This div border color is #ace5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace5ee

#ace5ee Color Palettes


Comments

No comments written yet.

Please login to write comment.