Color Hex Logo

#aeecdb Color Hex

#AEECDB
(174,236,219)
0 Favorites   0 Comments

Color spaces of #aeecdb

RGB 174236219
HSL0.450.620.80
HSV164°26°93°
CMYK 0.260.000.07   0.07
XYZ60.237274.104078.1465
Yxy74.10400.28350.3487
Hunter Lab86.0837-25.74086.4353
CIE-Lab88.9716-22.98141.9195

#aeecdb color RGB value is (174,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 11011011
Octal 256 354 333
Decimal 174 236 219
Hex AE EC DB

RGB Percentages of Color #aeecdb

%27.66
%37.52
%34.82

CMYK Percentages of Color #aeecdb

%26
%0
%7
%7

Triadic Colors of #aeecdb

#aeecdb #dbaeec #ecdbae

Analogous Colors of #aeecdb

#aeecdb #aedeec #aeecbc

Monochromatic Colors of #aeecdb

#aeecdb

Complementary Color

#aeecdb #ecaebf

#aeecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeecdb Color CSS Codes

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

#aeecdb Text Font Color

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

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


#aeecdb Background Color

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

This div background color is #aeecdb


#aeecdb Border Color

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

This div border color is #aeecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeecdb


Comments

No comments written yet.

Please login to write comment.