Color Hex Logo

#aadffc Color Hex

#AADFFC
(170,223,252)
0 Favorites   0 Comments

Color spaces of #aadffc

RGB 170223252
HSL0.560.930.83
HSV201°33°99°
CMYK 0.330.120.00   0.01
XYZ60.535968.3497102.0977
Yxy68.34970.26210.2959
Hunter Lab82.6739-13.9771-15.3482
CIE-Lab86.1810-10.2442-19.5819

#aadffc color RGB value is (170,223,252).

#aadffc hex color red value is 170, green value is 223 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aadffc hue: 0.56 , saturation: 0.93 and the lightness value of aadffc is 0.83.

The process color (four color CMYK) of #aadffc color hex is 0.33, 0.12, 0.00, 0.01. Web safe color of #aadffc is #99ccff. Color #aadffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11111100
Octal 252 337 374
Decimal 170 223 252
Hex AA DF FC

RGB Percentages of Color #aadffc

%26.36
%34.57
%39.07

CMYK Percentages of Color #aadffc

%33
%12
%0
%1

Triadic Colors of #aadffc

#aadffc #fcaadf #dffcaa

Analogous Colors of #aadffc

#aadffc #aab6fc #aafcf0

Monochromatic Colors of #aadffc

#aadffc

Complementary Color

#aadffc #fcc7aa

#aadffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadffc Color CSS Codes

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

#aadffc Text Font Color

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

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


#aadffc Background Color

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

This div background color is #aadffc


#aadffc Border Color

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

This div border color is #aadffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadffc


Comments

No comments written yet.

Please login to write comment.