Color Hex Logo

#aad0cb Color Hex

#AAD0CB
(170,208,203)
0 Favorites   0 Comments

Color spaces of #aad0cb

RGB 170208203
HSL0.480.290.74
HSV172°18°82°
CMYK 0.180.000.02   0.18
XYZ49.912957.969665.0585
Yxy57.96960.28860.3352
Hunter Lab76.1378-16.22362.6341
CIE-Lab80.7219-13.5119-1.6908

#aad0cb color RGB value is (170,208,203).

#aad0cb hex color red value is 170, green value is 208 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aad0cb hue: 0.48 , saturation: 0.29 and the lightness value of aad0cb is 0.74.

The process color (four color CMYK) of #aad0cb color hex is 0.18, 0.00, 0.02, 0.18. Web safe color of #aad0cb is #99cccc. Color #aad0cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 11001011
Octal 252 320 313
Decimal 170 208 203
Hex AA D0 CB

RGB Percentages of Color #aad0cb

%29.26
%35.80
%34.94

CMYK Percentages of Color #aad0cb

%18
%0
%2
%18

Triadic Colors of #aad0cb

#aad0cb #cbaad0 #d0cbaa

Analogous Colors of #aad0cb

#aad0cb #aac2d0 #aad0b8

Monochromatic Colors of #aad0cb

#aad0cb

Complementary Color

#aad0cb #d0aaaf

#aad0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad0cb Color CSS Codes

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

#aad0cb Text Font Color

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

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


#aad0cb Background Color

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

This div background color is #aad0cb


#aad0cb Border Color

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

This div border color is #aad0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad0cb


Comments

No comments written yet.

Please login to write comment.