Color Hex Logo

#aedbdd Color Hex

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

Color spaces of #aedbdd

RGB 174219221
HSL0.510.410.77
HSV183°21°87°
CMYK 0.210.010.00   0.13
XYZ55.838264.882277.9871
Yxy64.88220.28100.3265
Hunter Lab80.5495-17.2225-1.0193
CIE-Lab84.4230-14.0954-5.8011

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

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

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

Base Numbers

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

RGB Percentages of Color #aedbdd

%28.34
%35.67
%35.99

CMYK Percentages of Color #aedbdd

%21
%1
%0
%13

Triadic Colors of #aedbdd

#aedbdd #ddaedb #dbddae

Analogous Colors of #aedbdd

#aedbdd #aec4dd #aeddc8

Monochromatic Colors of #aedbdd

#aedbdd

Complementary Color

#aedbdd #ddb0ae

#aedbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbdd Color CSS Codes

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

#aedbdd Text Font Color

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

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


#aedbdd Background Color

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

This div background color is #aedbdd


#aedbdd Border Color

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

This div border color is #aedbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,219,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aedbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbdd


Comments

No comments written yet.

Please login to write comment.