Color Hex Logo

#aadbea Color Hex

#AADBEA
(170,219,234)
0 Favorites   0 Comments

Color spaces of #aadbea

RGB 170219234
HSL0.540.600.79
HSV194°27°92°
CMYK 0.270.060.00   0.08
XYZ56.760465.149687.4254
Yxy65.14960.27110.3112
Hunter Lab80.7153-15.7275-7.7182
CIE-Lab84.5608-12.3964-12.5093

#aadbea color RGB value is (170,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11101010
Octal 252 333 352
Decimal 170 219 234
Hex AA DB EA

RGB Percentages of Color #aadbea

%27.29
%35.15
%37.56

CMYK Percentages of Color #aadbea

%27
%6
%0
%8

Triadic Colors of #aadbea

#aadbea #eaaadb #dbeaaa

Analogous Colors of #aadbea

#aadbea #aabbea #aaead9

Monochromatic Colors of #aadbea

#aadbea

Complementary Color

#aadbea #eab9aa

#aadbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbea Color CSS Codes

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

#aadbea Text Font Color

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

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


#aadbea Background Color

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

This div background color is #aadbea


#aadbea Border Color

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

This div border color is #aadbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbea


Comments

No comments written yet.

Please login to write comment.