Color Hex Logo

#aadaeb Color Hex

#AADAEB
(170,218,235)
0 Favorites   0 Comments

Color spaces of #aadaeb

RGB 170218235
HSL0.540.620.79
HSV196°28°92°
CMYK 0.280.070.00   0.08
XYZ56.644464.687088.0976
Yxy64.68700.27050.3089
Hunter Lab80.4282-15.0345-8.6439
CIE-Lab84.3222-11.6551-13.3958

#aadaeb color RGB value is (170,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11101011
Octal 252 332 353
Decimal 170 218 235
Hex AA DA EB

RGB Percentages of Color #aadaeb

%27.29
%34.99
%37.72

CMYK Percentages of Color #aadaeb

%28
%7
%0
%8

Triadic Colors of #aadaeb

#aadaeb #ebaada #daebaa

Analogous Colors of #aadaeb

#aadaeb #aabaeb #aaebdc

Monochromatic Colors of #aadaeb

#aadaeb

Complementary Color

#aadaeb #ebbbaa

#aadaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaeb Color CSS Codes

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

#aadaeb Text Font Color

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

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


#aadaeb Background Color

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

This div background color is #aadaeb


#aadaeb Border Color

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

This div border color is #aadaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaeb


Comments

No comments written yet.

Please login to write comment.