Color Hex Logo

#aadbf5 Color Hex

#AADBF5
(170,219,245)
0 Favorites   0 Comments

Color spaces of #aadbf5

RGB 170219245
HSL0.560.790.81
HSV201°31°96°
CMYK 0.310.110.00   0.04
XYZ58.390565.801796.0097
Yxy65.80170.26520.2988
Hunter Lab81.1182-13.4691-13.3915
CIE-Lab84.8952-9.8450-17.8280

#aadbf5 color RGB value is (170,219,245).

#aadbf5 hex color red value is 170, green value is 219 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #aadbf5 hue: 0.56 , saturation: 0.79 and the lightness value of aadbf5 is 0.81.

The process color (four color CMYK) of #aadbf5 color hex is 0.31, 0.11, 0.00, 0.04. Web safe color of #aadbf5 is #99ccff. Color #aadbf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11110101
Octal 252 333 365
Decimal 170 219 245
Hex AA DB F5

RGB Percentages of Color #aadbf5

%26.81
%34.54
%38.64

CMYK Percentages of Color #aadbf5

%31
%11
%0
%4

Triadic Colors of #aadbf5

#aadbf5 #f5aadb #dbf5aa

Analogous Colors of #aadbf5

#aadbf5 #aab6f5 #aaf5ea

Monochromatic Colors of #aadbf5

#aadbf5

Complementary Color

#aadbf5 #f5c4aa

#aadbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbf5 Color CSS Codes

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

#aadbf5 Text Font Color

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

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


#aadbf5 Background Color

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

This div background color is #aadbf5


#aadbf5 Border Color

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

This div border color is #aadbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbf5


Comments

No comments written yet.

Please login to write comment.