Color Hex Logo

#aadbe6 Color Hex

#AADBE6
(170,219,230)
0 Favorites   0 Comments

Color spaces of #aadbe6

RGB 170219230
HSL0.530.550.78
HSV191°26°90°
CMYK 0.260.050.00   0.10
XYZ56.192064.922384.4325
Yxy64.92230.27340.3159
Hunter Lab80.5744-16.5205-5.7269
CIE-Lab84.4437-13.3019-10.5652

#aadbe6 color RGB value is (170,219,230).

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

The process color (four color CMYK) of #aadbe6 color hex is 0.26, 0.05, 0.00, 0.10. Web safe color of #aadbe6 is #99ccff. Color #aadbe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11100110
Octal 252 333 346
Decimal 170 219 230
Hex AA DB E6

RGB Percentages of Color #aadbe6

%27.46
%35.38
%37.16

CMYK Percentages of Color #aadbe6

%26
%5
%0
%10

Triadic Colors of #aadbe6

#aadbe6 #e6aadb #dbe6aa

Analogous Colors of #aadbe6

#aadbe6 #aabde6 #aae6d3

Monochromatic Colors of #aadbe6

#aadbe6

Complementary Color

#aadbe6 #e6b5aa

#aadbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbe6 Color CSS Codes

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

#aadbe6 Text Font Color

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

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


#aadbe6 Background Color

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

This div background color is #aadbe6


#aadbe6 Border Color

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

This div border color is #aadbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbe6


Comments

No comments written yet.

Please login to write comment.