Color Hex Logo

#aadff4 Color Hex

#AADFF4
(170,223,244)
0 Favorites   0 Comments

Color spaces of #aadff4

RGB 170223244
HSL0.550.770.81
HSV197°30°96°
CMYK 0.300.090.00   0.04
XYZ59.294467.853195.5598
Yxy67.85310.26620.3047
Hunter Lab82.3730-15.6634-11.1204
CIE-Lab85.9329-12.1361-15.7387

#aadff4 color RGB value is (170,223,244).

#aadff4 hex color red value is 170, green value is 223 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #aadff4 hue: 0.55 , saturation: 0.77 and the lightness value of aadff4 is 0.81.

The process color (four color CMYK) of #aadff4 color hex is 0.30, 0.09, 0.00, 0.04. Web safe color of #aadff4 is #99ccff. Color #aadff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11110100
Octal 252 337 364
Decimal 170 223 244
Hex AA DF F4

RGB Percentages of Color #aadff4

%26.69
%35.01
%38.30

CMYK Percentages of Color #aadff4

%30
%9
%0
%4

Triadic Colors of #aadff4

#aadff4 #f4aadf #dff4aa

Analogous Colors of #aadff4

#aadff4 #aabaf4 #aaf4e4

Monochromatic Colors of #aadff4

#aadff4

Complementary Color

#aadff4 #f4bfaa

#aadff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadff4 Color CSS Codes

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

#aadff4 Text Font Color

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

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


#aadff4 Background Color

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

This div background color is #aadff4


#aadff4 Border Color

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

This div border color is #aadff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadff4


Comments

No comments written yet.

Please login to write comment.