Color Hex Logo

#aeffdb Color Hex

#AEFFDB
(174,255,219)
0 Favorites   0 Comments

Color spaces of #aeffdb

RGB 174255219
HSL0.431.000.84
HSV153°32°100°
CMYK 0.320.000.14   0.00
XYZ66.001785.633180.0680
Yxy85.63310.28490.3696
Hunter Lab92.5382-34.628813.4764
CIE-Lab94.1553-32.03989.4011

#aeffdb color RGB value is (174,255,219).

#aeffdb hex color red value is 174, green value is 255 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aeffdb hue: 0.43 , saturation: 1.00 and the lightness value of aeffdb is 0.84.

The process color (four color CMYK) of #aeffdb color hex is 0.32, 0.00, 0.14, 0.00. Web safe color of #aeffdb is #99ffcc. Color #aeffdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11011011
Octal 256 377 333
Decimal 174 255 219
Hex AE FF DB

RGB Percentages of Color #aeffdb

%26.85
%39.35
%33.80

CMYK Percentages of Color #aeffdb

%32
%0
%14
%0

Triadic Colors of #aeffdb

#aeffdb #dbaeff #ffdbae

Analogous Colors of #aeffdb

#aeffdb #aefbff #aeffb3

Monochromatic Colors of #aeffdb

#aeffdb

Complementary Color

#aeffdb #ffaed2

#aeffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffdb Color CSS Codes

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

#aeffdb Text Font Color

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

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


#aeffdb Background Color

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

This div background color is #aeffdb


#aeffdb Border Color

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

This div border color is #aeffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffdb


Comments

No comments written yet.

Please login to write comment.