Color Hex Logo

#aeefdb Color Hex

#AEEFDB
(174,239,219)
0 Favorites   0 Comments

Color spaces of #aeefdb

RGB 174239219
HSL0.450.670.81
HSV162°27°94°
CMYK 0.270.000.08   0.06
XYZ61.108275.846178.4369
Yxy75.84610.28370.3521
Hunter Lab87.0897-27.15887.5635
CIE-Lab89.7878-24.43943.1053

#aeefdb color RGB value is (174,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11011011
Octal 256 357 333
Decimal 174 239 219
Hex AE EF DB

RGB Percentages of Color #aeefdb

%27.53
%37.82
%34.65

CMYK Percentages of Color #aeefdb

%27
%0
%8
%6

Triadic Colors of #aeefdb

#aeefdb #dbaeef #efdbae

Analogous Colors of #aeefdb

#aeefdb #aee3ef #aeefbb

Monochromatic Colors of #aeefdb

#aeefdb

Complementary Color

#aeefdb #efaec2

#aeefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefdb Color CSS Codes

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

#aeefdb Text Font Color

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

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


#aeefdb Background Color

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

This div background color is #aeefdb


#aeefdb Border Color

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

This div border color is #aeefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefdb


Comments

No comments written yet.

Please login to write comment.