Color Hex Logo

#aadebd Color Hex

#AADEBD
(170,222,189)
0 Favorites   0 Comments

Color spaces of #aadebd

RGB 170222189
HSL0.390.440.77
HSV142°23°87°
CMYK 0.230.000.15   0.13
XYZ51.884164.462757.8521
Yxy64.46270.29780.3701
Hunter Lab80.2887-25.155013.4806
CIE-Lab84.2061-23.288110.7811

#aadebd color RGB value is (170,222,189).

#aadebd hex color red value is 170, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aadebd hue: 0.39 , saturation: 0.44 and the lightness value of aadebd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 10111101
Octal 252 336 275
Decimal 170 222 189
Hex AA DE BD

RGB Percentages of Color #aadebd

%29.26
%38.21
%32.53

CMYK Percentages of Color #aadebd

%23
%0
%15
%13

Triadic Colors of #aadebd

#aadebd #bdaade #debdaa

Analogous Colors of #aadebd

#aadebd #aaded7 #b1deaa

Monochromatic Colors of #aadebd

#aadebd

Complementary Color

#aadebd #deaacb

#aadebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadebd Color CSS Codes

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

#aadebd Text Font Color

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

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


#aadebd Background Color

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

This div background color is #aadebd


#aadebd Border Color

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

This div border color is #aadebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadebd


Comments

No comments written yet.

Please login to write comment.