Color Hex Logo

#aadcbd Color Hex

#AADCBD
(170,220,189)
0 Favorites   0 Comments

Color spaces of #aadcbd

RGB 170220189
HSL0.400.420.76
HSV143°23°86°
CMYK 0.230.000.14   0.14
XYZ51.356163.406657.6761
Yxy63.40660.29780.3677
Hunter Lab79.6283-24.226212.7950
CIE-Lab83.6559-22.30729.9968

#aadcbd color RGB value is (170,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 10111101
Octal 252 334 275
Decimal 170 220 189
Hex AA DC BD

RGB Percentages of Color #aadcbd

%29.36
%38.00
%32.64

CMYK Percentages of Color #aadcbd

%23
%0
%14
%14

Triadic Colors of #aadcbd

#aadcbd #bdaadc #dcbdaa

Analogous Colors of #aadcbd

#aadcbd #aadcd6 #b0dcaa

Monochromatic Colors of #aadcbd

#aadcbd

Complementary Color

#aadcbd #dcaac9

#aadcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadcbd Color CSS Codes

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

#aadcbd Text Font Color

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

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


#aadcbd Background Color

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

This div background color is #aadcbd


#aadcbd Border Color

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

This div border color is #aadcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadcbd


Comments

No comments written yet.

Please login to write comment.