Color Hex Logo

#aadcce Color Hex

#AADCCE
(170,220,206)
0 Favorites   0 Comments

Color spaces of #aadcce

RGB 170220206
HSL0.450.420.76
HSV163°23°86°
CMYK 0.230.000.06   0.14
XYZ53.311364.188767.9724
Yxy64.18870.28740.3461
Hunter Lab80.1179-21.43045.7806
CIE-Lab84.0639-18.96231.5930

#aadcce color RGB value is (170,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 11001110
Octal 252 334 316
Decimal 170 220 206
Hex AA DC CE

RGB Percentages of Color #aadcce

%28.52
%36.91
%34.56

CMYK Percentages of Color #aadcce

%23
%0
%6
%14

Triadic Colors of #aadcce

#aadcce #ceaadc #dcceaa

Analogous Colors of #aadcce

#aadcce #aad1dc #aadcb5

Monochromatic Colors of #aadcce

#aadcce

Complementary Color

#aadcce #dcaab8

#aadcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadcce Color CSS Codes

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

#aadcce Text Font Color

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

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


#aadcce Background Color

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

This div background color is #aadcce


#aadcce Border Color

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

This div border color is #aadcce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,220,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 #aadcce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadcce


Comments

No comments written yet.

Please login to write comment.