Color Hex Logo

#aadaea Color Hex

#AADAEA
(170,218,234)
0 Favorites   0 Comments

Color spaces of #aadaea

RGB 170218234
HSL0.540.600.79
HSV195°27°92°
CMYK 0.270.070.00   0.08
XYZ56.500364.629487.3387
Yxy64.62940.27100.3100
Hunter Lab80.3924-15.2358-8.1382
CIE-Lab84.2924-11.8838-12.9105

#aadaea color RGB value is (170,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11101010
Octal 252 332 352
Decimal 170 218 234
Hex AA DA EA

RGB Percentages of Color #aadaea

%27.33
%35.05
%37.62

CMYK Percentages of Color #aadaea

%27
%7
%0
%8

Triadic Colors of #aadaea

#aadaea #eaaada #daeaaa

Analogous Colors of #aadaea

#aadaea #aabaea #aaeada

Monochromatic Colors of #aadaea

#aadaea

Complementary Color

#aadaea #eabaaa

#aadaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaea Color CSS Codes

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

#aadaea Text Font Color

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

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


#aadaea Background Color

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

This div background color is #aadaea


#aadaea Border Color

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

This div border color is #aadaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaea


Comments

No comments written yet.

Please login to write comment.