Color Hex Logo

#aad1cb Color Hex

#AAD1CB
(170,209,203)
0 Favorites   0 Comments

Color spaces of #aad1cb

RGB 170209203
HSL0.470.300.74
HSV171°19°82°
CMYK 0.190.000.03   0.18
XYZ50.157558.458865.1400
Yxy58.45880.28870.3364
Hunter Lab76.4584-16.70423.0077
CIE-Lab80.9932-14.0235-1.2934

#aad1cb color RGB value is (170,209,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 11001011
Octal 252 321 313
Decimal 170 209 203
Hex AA D1 CB

RGB Percentages of Color #aad1cb

%29.21
%35.91
%34.88

CMYK Percentages of Color #aad1cb

%19
%0
%3
%18

Triadic Colors of #aad1cb

#aad1cb #cbaad1 #d1cbaa

Analogous Colors of #aad1cb

#aad1cb #aac4d1 #aad1b8

Monochromatic Colors of #aad1cb

#aad1cb

Complementary Color

#aad1cb #d1aab0

#aad1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad1cb Color CSS Codes

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

#aad1cb Text Font Color

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

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


#aad1cb Background Color

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

This div background color is #aad1cb


#aad1cb Border Color

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

This div border color is #aad1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad1cb


Comments

No comments written yet.

Please login to write comment.