Color Hex Logo

#aadfea Color Hex

#AADFEA
(170,223,234)
0 Favorites   0 Comments

Color spaces of #aadfea

RGB 170223234
HSL0.530.600.79
HSV190°27°92°
CMYK 0.270.050.00   0.08
XYZ57.816567.261987.7775
Yxy67.26190.27160.3160
Hunter Lab82.0134-17.6872-6.0477
CIE-Lab85.6360-14.4358-10.9046

#aadfea color RGB value is (170,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11101010
Octal 252 337 352
Decimal 170 223 234
Hex AA DF EA

RGB Percentages of Color #aadfea

%27.11
%35.57
%37.32

CMYK Percentages of Color #aadfea

%27
%5
%0
%8

Triadic Colors of #aadfea

#aadfea #eaaadf #dfeaaa

Analogous Colors of #aadfea

#aadfea #aabfea #aaead5

Monochromatic Colors of #aadfea

#aadfea

Complementary Color

#aadfea #eab5aa

#aadfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfea Color CSS Codes

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

#aadfea Text Font Color

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

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


#aadfea Background Color

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

This div background color is #aadfea


#aadfea Border Color

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

This div border color is #aadfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfea


Comments

No comments written yet.

Please login to write comment.