Color Hex Logo

#aadbeb Color Hex

#AADBEB
(170,219,235)
0 Favorites   0 Comments

Color spaces of #aadbeb

RGB 170219235
HSL0.540.620.79
HSV195°28°92°
CMYK 0.280.070.00   0.08
XYZ56.904565.207288.1843
Yxy65.20720.27060.3101
Hunter Lab80.7510-15.5268-8.2221
CIE-Lab84.5904-12.1681-12.9945

#aadbeb color RGB value is (170,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11101011
Octal 252 333 353
Decimal 170 219 235
Hex AA DB EB

RGB Percentages of Color #aadbeb

%27.24
%35.10
%37.66

CMYK Percentages of Color #aadbeb

%28
%7
%0
%8

Triadic Colors of #aadbeb

#aadbeb #ebaadb #dbebaa

Analogous Colors of #aadbeb

#aadbeb #aabbeb #aaebdb

Monochromatic Colors of #aadbeb

#aadbeb

Complementary Color

#aadbeb #ebbaaa

#aadbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbeb Color CSS Codes

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

#aadbeb Text Font Color

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

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


#aadbeb Background Color

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

This div background color is #aadbeb


#aadbeb Border Color

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

This div border color is #aadbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbeb


Comments

No comments written yet.

Please login to write comment.