Color Hex Logo

#aadbdf Color Hex

#AADBDF
(170,219,223)
0 Favorites   0 Comments

Color spaces of #aadbdf

RGB 170219223
HSL0.510.450.77
HSV185°24°87°
CMYK 0.240.020.00   0.13
XYZ55.228464.536879.3580
Yxy64.53680.27740.3241
Hunter Lab80.3348-17.8711-2.3347
CIE-Lab84.2445-14.8559-7.1513

#aadbdf color RGB value is (170,219,223).

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

The process color (four color CMYK) of #aadbdf color hex is 0.24, 0.02, 0.00, 0.13. Web safe color of #aadbdf is #99cccc. Color #aadbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11011111
Octal 252 333 337
Decimal 170 219 223
Hex AA DB DF

RGB Percentages of Color #aadbdf

%27.78
%35.78
%36.44

CMYK Percentages of Color #aadbdf

%24
%2
%0
%13

Triadic Colors of #aadbdf

#aadbdf #dfaadb #dbdfaa

Analogous Colors of #aadbdf

#aadbdf #aac1df #aadfc9

Monochromatic Colors of #aadbdf

#aadbdf

Complementary Color

#aadbdf #dfaeaa

#aadbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbdf Color CSS Codes

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

#aadbdf Text Font Color

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

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


#aadbdf Background Color

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

This div background color is #aadbdf


#aadbdf Border Color

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

This div border color is #aadbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbdf


Comments

No comments written yet.

Please login to write comment.