Color Hex Logo

#aedddb Color Hex

#AEDDDB
(174,221,219)
0 Favorites   0 Comments

Color spaces of #aedddb

RGB 174221219
HSL0.490.410.77
HSV177°21°87°
CMYK 0.210.000.01   0.13
XYZ56.098265.826076.7668
Yxy65.82600.28230.3313
Hunter Lab81.1332-18.56230.6941
CIE-Lab84.9076-15.5351-4.0273

#aedddb color RGB value is (174,221,219).

#aedddb hex color red value is 174, green value is 221 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aedddb hue: 0.49 , saturation: 0.41 and the lightness value of aedddb is 0.77.

The process color (four color CMYK) of #aedddb color hex is 0.21, 0.00, 0.01, 0.13. Web safe color of #aedddb is #99cccc. Color #aedddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11011011
Octal 256 335 333
Decimal 174 221 219
Hex AE DD DB

RGB Percentages of Color #aedddb

%28.34
%35.99
%35.67

CMYK Percentages of Color #aedddb

%21
%0
%1
%13

Triadic Colors of #aedddb

#aedddb #dbaedd #dddbae

Analogous Colors of #aedddb

#aedddb #aec8dd #aeddc4

Monochromatic Colors of #aedddb

#aedddb

Complementary Color

#aedddb #ddaeb0

#aedddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedddb Color CSS Codes

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

#aedddb Text Font Color

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

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


#aedddb Background Color

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

This div background color is #aedddb


#aedddb Border Color

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

This div border color is #aedddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedddb


Comments

No comments written yet.

Please login to write comment.