Color Hex Logo

#aadcb0 Color Hex

#AADCB0
(170,220,176)
0 Favorites   0 Comments

Color spaces of #aadcb0

RGB 170220176
HSL0.350.420.76
HSV127°23°86°
CMYK 0.230.000.20   0.14
XYZ50.007262.867050.5732
Yxy62.86700.30600.3846
Hunter Lab79.2887-26.175717.6848
CIE-Lab83.3724-24.682416.4440

#aadcb0 color RGB value is (170,220,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 10110000
Octal 252 334 260
Decimal 170 220 176
Hex AA DC B0

RGB Percentages of Color #aadcb0

%30.04
%38.87
%31.10

CMYK Percentages of Color #aadcb0

%23
%0
%20
%14

Triadic Colors of #aadcb0

#aadcb0 #b0aadc #dcb0aa

Analogous Colors of #aadcb0

#aadcb0 #aadcc9 #bddcaa

Monochromatic Colors of #aadcb0

#aadcb0

Complementary Color

#aadcb0 #dcaad6

#aadcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadcb0 Color CSS Codes

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

#aadcb0 Text Font Color

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

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


#aadcb0 Background Color

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

This div background color is #aadcb0


#aadcb0 Border Color

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

This div border color is #aadcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadcb0


Comments

No comments written yet.

Please login to write comment.