Color Hex Logo

#ace0cb Color Hex

#ACE0CB
(172,224,203)
0 Favorites   0 Comments

Color spaces of #ace0cb

RGB 172224203
HSL0.430.460.78
HSV156°23°88°
CMYK 0.230.000.09   0.12
XYZ54.448466.393866.4455
Yxy66.39380.29070.3545
Hunter Lab81.4824-23.31648.6891
CIE-Lab85.1969-20.93464.8360

#ace0cb color RGB value is (172,224,203).

#ace0cb hex color red value is 172, green value is 224 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ace0cb hue: 0.43 , saturation: 0.46 and the lightness value of ace0cb is 0.78.

The process color (four color CMYK) of #ace0cb color hex is 0.23, 0.00, 0.09, 0.12. Web safe color of #ace0cb is #99cccc. Color #ace0cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100000 11001011
Octal 254 340 313
Decimal 172 224 203
Hex AC E0 CB

RGB Percentages of Color #ace0cb

%28.71
%37.40
%33.89

CMYK Percentages of Color #ace0cb

%23
%0
%9
%12

Triadic Colors of #ace0cb

#ace0cb #cbace0 #e0cbac

Analogous Colors of #ace0cb

#ace0cb #acdbe0 #ace0b1

Monochromatic Colors of #ace0cb

#ace0cb

Complementary Color

#ace0cb #e0acc1

#ace0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace0cb Color CSS Codes

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

#ace0cb Text Font Color

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

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


#ace0cb Background Color

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

This div background color is #ace0cb


#ace0cb Border Color

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

This div border color is #ace0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace0cb

#ace0cb Color Palettes


Comments

No comments written yet.

Please login to write comment.