Color Hex Logo

#ace4db Color Hex

#ACE4DB
(172,228,219)
0 Favorites   0 Comments

Color spaces of #ace4db

RGB 172228219
HSL0.470.510.78
HSV170°25°89°
CMYK 0.250.000.04   0.11
XYZ57.542869.371977.3751
Yxy69.37190.28170.3396
Hunter Lab83.2898-22.43603.2232
CIE-Lab86.6879-19.6392-1.4268

#ace4db color RGB value is (172,228,219).

#ace4db hex color red value is 172, green value is 228 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ace4db hue: 0.47 , saturation: 0.51 and the lightness value of ace4db is 0.78.

The process color (four color CMYK) of #ace4db color hex is 0.25, 0.00, 0.04, 0.11. Web safe color of #ace4db is #99cccc. Color #ace4db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 11011011
Octal 254 344 333
Decimal 172 228 219
Hex AC E4 DB

RGB Percentages of Color #ace4db

%27.79
%36.83
%35.38

CMYK Percentages of Color #ace4db

%25
%0
%4
%11

Triadic Colors of #ace4db

#ace4db #dbace4 #e4dbac

Analogous Colors of #ace4db

#ace4db #acd1e4 #ace4bf

Monochromatic Colors of #ace4db

#ace4db

Complementary Color

#ace4db #e4acb5

#ace4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace4db Color CSS Codes

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

#ace4db Text Font Color

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

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


#ace4db Background Color

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

This div background color is #ace4db


#ace4db Border Color

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

This div border color is #ace4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace4db


Comments

No comments written yet.

Please login to write comment.