Color Hex Logo

#aceadb Color Hex

#ACEADB
(172,234,219)
0 Favorites   0 Comments

Color spaces of #aceadb

RGB 172234219
HSL0.460.600.80
HSV165°26°92°
CMYK 0.260.000.06   0.08
XYZ59.222372.730877.9349
Yxy72.73080.28220.3465
Hunter Lab85.2824-25.28905.5157
CIE-Lab88.3192-22.59480.9564

#aceadb color RGB value is (172,234,219).

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

The process color (four color CMYK) of #aceadb color hex is 0.26, 0.00, 0.06, 0.08. Web safe color of #aceadb is #99ffcc. Color #aceadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11011011
Octal 254 352 333
Decimal 172 234 219
Hex AC EA DB

RGB Percentages of Color #aceadb

%27.52
%37.44
%35.04

CMYK Percentages of Color #aceadb

%26
%0
%6
%8

Triadic Colors of #aceadb

#aceadb #dbacea #eadbac

Analogous Colors of #aceadb

#aceadb #acdaea #aceabc

Monochromatic Colors of #aceadb

#aceadb

Complementary Color

#aceadb #eaacbb

#aceadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceadb Color CSS Codes

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

#aceadb Text Font Color

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

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


#aceadb Background Color

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

This div background color is #aceadb


#aceadb Border Color

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

This div border color is #aceadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceadb


Comments

No comments written yet.

Please login to write comment.