Color Hex Logo

#aceedb Color Hex

#ACEEDB
(172,238,219)
0 Favorites   0 Comments

Color spaces of #aceedb

RGB 172238219
HSL0.450.660.80
HSV163°28°93°
CMYK 0.280.000.08   0.07
XYZ60.374075.034278.3188
Yxy75.03420.28250.3511
Hunter Lab86.6223-27.17817.0290
CIE-Lab89.4090-24.54182.5422

#aceedb color RGB value is (172,238,219).

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

The process color (four color CMYK) of #aceedb color hex is 0.28, 0.00, 0.08, 0.07. Web safe color of #aceedb is #99ffcc. Color #aceedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11011011
Octal 254 356 333
Decimal 172 238 219
Hex AC EE DB

RGB Percentages of Color #aceedb

%27.34
%37.84
%34.82

CMYK Percentages of Color #aceedb

%28
%0
%8
%7

Triadic Colors of #aceedb

#aceedb #dbacee #eedbac

Analogous Colors of #aceedb

#aceedb #ace0ee #aceeba

Monochromatic Colors of #aceedb

#aceedb

Complementary Color

#aceedb #eeacbf

#aceedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceedb Color CSS Codes

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

#aceedb Text Font Color

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

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


#aceedb Background Color

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

This div background color is #aceedb


#aceedb Border Color

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

This div border color is #aceedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceedb


Comments

No comments written yet.

Please login to write comment.