Color Hex Logo

#aadff3 Color Hex

#AADFF3
(170,223,243)
0 Favorites   0 Comments

Color spaces of #aadff3

RGB 170223243
HSL0.550.750.81
HSV196°30°95°
CMYK 0.300.080.00   0.05
XYZ59.142967.792594.7621
Yxy67.79250.26680.3058
Hunter Lab82.3362-15.8701-10.6025
CIE-Lab85.9026-12.3694-15.2567

#aadff3 color RGB value is (170,223,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11110011
Octal 252 337 363
Decimal 170 223 243
Hex AA DF F3

RGB Percentages of Color #aadff3

%26.73
%35.06
%38.21

CMYK Percentages of Color #aadff3

%30
%8
%0
%5

Triadic Colors of #aadff3

#aadff3 #f3aadf #dff3aa

Analogous Colors of #aadff3

#aadff3 #aabbf3 #aaf3e3

Monochromatic Colors of #aadff3

#aadff3

Complementary Color

#aadff3 #f3beaa

#aadff3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadff3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadff3 Color CSS Codes

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

#aadff3 Text Font Color

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

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


#aadff3 Background Color

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

This div background color is #aadff3


#aadff3 Border Color

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

This div border color is #aadff3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadff3


Comments

No comments written yet.

Please login to write comment.