Color Hex Logo

#aadfee Color Hex

#AADFEE
(170,223,238)
0 Favorites   0 Comments

Color spaces of #aadfee

RGB 170223238
HSL0.540.670.80
HSV193°29°93°
CMYK 0.290.060.00   0.07
XYZ58.397967.494490.8388
Yxy67.49440.26940.3114
Hunter Lab82.1550-16.8888-8.0485
CIE-Lab85.7530-13.5246-12.8422

#aadfee color RGB value is (170,223,238).

#aadfee hex color red value is 170, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aadfee hue: 0.54 , saturation: 0.67 and the lightness value of aadfee is 0.80.

The process color (four color CMYK) of #aadfee color hex is 0.29, 0.06, 0.00, 0.07. Web safe color of #aadfee is #99ccff. Color #aadfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11101110
Octal 252 337 356
Decimal 170 223 238
Hex AA DF EE

RGB Percentages of Color #aadfee

%26.94
%35.34
%37.72

CMYK Percentages of Color #aadfee

%29
%6
%0
%7

Triadic Colors of #aadfee

#aadfee #eeaadf #dfeeaa

Analogous Colors of #aadfee

#aadfee #aabdee #aaeedb

Monochromatic Colors of #aadfee

#aadfee

Complementary Color

#aadfee #eeb9aa

#aadfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfee Color CSS Codes

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

#aadfee Text Font Color

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

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


#aadfee Background Color

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

This div background color is #aadfee


#aadfee Border Color

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

This div border color is #aadfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfee


Comments

No comments written yet.

Please login to write comment.