Color Hex Logo

#aadcea Color Hex

#AADCEA
(170,220,234)
0 Favorites   0 Comments

Color spaces of #aadcea

RGB 170220234
HSL0.540.600.79
HSV193°27°92°
CMYK 0.270.060.00   0.08
XYZ57.022065.673087.5127
Yxy65.67300.27130.3124
Hunter Lab81.0389-16.2187-7.2992
CIE-Lab84.8293-12.9082-12.1081

#aadcea color RGB value is (170,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 11101010
Octal 252 334 352
Decimal 170 220 234
Hex AA DC EA

RGB Percentages of Color #aadcea

%27.24
%35.26
%37.50

CMYK Percentages of Color #aadcea

%27
%6
%0
%8

Triadic Colors of #aadcea

#aadcea #eaaadc #dceaaa

Analogous Colors of #aadcea

#aadcea #aabcea #aaead8

Monochromatic Colors of #aadcea

#aadcea

Complementary Color

#aadcea #eab8aa

#aadcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadcea Color CSS Codes

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

#aadcea Text Font Color

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

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


#aadcea Background Color

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

This div background color is #aadcea


#aadcea Border Color

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

This div border color is #aadcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadcea


Comments

No comments written yet.

Please login to write comment.