Color Hex Logo

#aadbce Color Hex

#AADBCE
(170,219,206)
0 Favorites   0 Comments

Color spaces of #aadbce

RGB 170219206
HSL0.460.400.76
HSV164°22°86°
CMYK 0.220.000.06   0.14
XYZ53.049763.665367.8851
Yxy63.66530.28740.3449
Hunter Lab79.7905-20.95565.4100
CIE-Lab83.7912-18.46231.1960

#aadbce color RGB value is (170,219,206).

#aadbce hex color red value is 170, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aadbce hue: 0.46 , saturation: 0.40 and the lightness value of aadbce is 0.76.

The process color (four color CMYK) of #aadbce color hex is 0.22, 0.00, 0.06, 0.14. Web safe color of #aadbce is #99cccc. Color #aadbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11001110
Octal 252 333 316
Decimal 170 219 206
Hex AA DB CE

RGB Percentages of Color #aadbce

%28.57
%36.81
%34.62

CMYK Percentages of Color #aadbce

%22
%0
%6
%14

Triadic Colors of #aadbce

#aadbce #ceaadb #dbceaa

Analogous Colors of #aadbce

#aadbce #aad0db #aadbb6

Monochromatic Colors of #aadbce

#aadbce

Complementary Color

#aadbce #dbaab7

#aadbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbce Color CSS Codes

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

#aadbce Text Font Color

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

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


#aadbce Background Color

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

This div background color is #aadbce


#aadbce Border Color

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

This div border color is #aadbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbce


Comments

No comments written yet.

Please login to write comment.