Color Hex Logo

#aadccc Color Hex

#AADCCC
(170,220,204)
0 Favorites   0 Comments

Color spaces of #aadccc

RGB 170220204
HSL0.450.420.76
HSV161°23°86°
CMYK 0.230.000.07   0.14
XYZ53.069864.092166.7007
Yxy64.09210.28860.3486
Hunter Lab80.0575-21.77386.6423
CIE-Lab84.0137-19.36942.5791

#aadccc color RGB value is (170,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 11001100
Octal 252 334 314
Decimal 170 220 204
Hex AA DC CC

RGB Percentages of Color #aadccc

%28.62
%37.04
%34.34

CMYK Percentages of Color #aadccc

%23
%0
%7
%14

Triadic Colors of #aadccc

#aadccc #ccaadc #dcccaa

Analogous Colors of #aadccc

#aadccc #aad3dc #aadcb3

Monochromatic Colors of #aadccc

#aadccc

Complementary Color

#aadccc #dcaaba

#aadccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadccc Color CSS Codes

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

#aadccc Text Font Color

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

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


#aadccc Background Color

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

This div background color is #aadccc


#aadccc Border Color

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

This div border color is #aadccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadccc


Comments

No comments written yet.

Please login to write comment.