Color Hex Logo

#aaddeb Color Hex

#AADDEB
(170,221,235)
0 Favorites   0 Comments

Color spaces of #aaddeb

RGB 170221235
HSL0.540.620.79
HSV193°28°92°
CMYK 0.280.060.00   0.08
XYZ57.429466.257188.3593
Yxy66.25710.27080.3125
Hunter Lab81.3985-16.5095-7.3813
CIE-Lab85.1274-13.1910-12.1919

#aaddeb color RGB value is (170,221,235).

#aaddeb hex color red value is 170, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aaddeb hue: 0.54 , saturation: 0.62 and the lightness value of aaddeb is 0.79.

The process color (four color CMYK) of #aaddeb color hex is 0.28, 0.06, 0.00, 0.08. Web safe color of #aaddeb is #99ccff. Color #aaddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11101011
Octal 252 335 353
Decimal 170 221 235
Hex AA DD EB

RGB Percentages of Color #aaddeb

%27.16
%35.30
%37.54

CMYK Percentages of Color #aaddeb

%28
%6
%0
%8

Triadic Colors of #aaddeb

#aaddeb #ebaadd #ddebaa

Analogous Colors of #aaddeb

#aaddeb #aabdeb #aaebd9

Monochromatic Colors of #aaddeb

#aaddeb

Complementary Color

#aaddeb #ebb8aa

#aaddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddeb Color CSS Codes

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

#aaddeb Text Font Color

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

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


#aaddeb Background Color

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

This div background color is #aaddeb


#aaddeb Border Color

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

This div border color is #aaddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddeb


Comments

No comments written yet.

Please login to write comment.