Color Hex Logo

#aadae3 Color Hex

#AADAE3
(170,218,227)
0 Favorites   0 Comments

Color spaces of #aadae3

RGB 170218227
HSL0.530.500.78
HSV189°25°89°
CMYK 0.250.040.00   0.11
XYZ55.514164.234982.1457
Yxy64.23490.27500.3182
Hunter Lab80.1467-16.6175-4.6661
CIE-Lab84.0879-13.4628-9.5046

#aadae3 color RGB value is (170,218,227).

#aadae3 hex color red value is 170, green value is 218 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #aadae3 hue: 0.53 , saturation: 0.50 and the lightness value of aadae3 is 0.78.

The process color (four color CMYK) of #aadae3 color hex is 0.25, 0.04, 0.00, 0.11. Web safe color of #aadae3 is #99cccc. Color #aadae3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11100011
Octal 252 332 343
Decimal 170 218 227
Hex AA DA E3

RGB Percentages of Color #aadae3

%27.64
%35.45
%36.91

CMYK Percentages of Color #aadae3

%25
%4
%0
%11

Triadic Colors of #aadae3

#aadae3 #e3aada #dae3aa

Analogous Colors of #aadae3

#aadae3 #aabee3 #aae3d0

Monochromatic Colors of #aadae3

#aadae3

Complementary Color

#aadae3 #e3b3aa

#aadae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadae3 Color CSS Codes

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

#aadae3 Text Font Color

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

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


#aadae3 Background Color

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

This div background color is #aadae3


#aadae3 Border Color

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

This div border color is #aadae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadae3


Comments

No comments written yet.

Please login to write comment.