Color Hex Logo

#aaedbd Color Hex

#AAEDBD
(170,237,189)
0 Favorites   0 Comments

Color spaces of #aaedbd

RGB 170237189
HSL0.380.650.80
HSV137°28°93°
CMYK 0.280.000.20   0.07
XYZ56.047172.788559.2397
Yxy72.78850.29800.3870
Hunter Lab85.3162-32.040618.5530
CIE-Lab88.3467-30.486516.6352

#aaedbd color RGB value is (170,237,189).

#aaedbd hex color red value is 170, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aaedbd hue: 0.38 , saturation: 0.65 and the lightness value of aaedbd is 0.80.

The process color (four color CMYK) of #aaedbd color hex is 0.28, 0.00, 0.20, 0.07. Web safe color of #aaedbd is #99ffcc. Color #aaedbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 10111101
Octal 252 355 275
Decimal 170 237 189
Hex AA ED BD

RGB Percentages of Color #aaedbd

%28.52
%39.77
%31.71

CMYK Percentages of Color #aaedbd

%28
%0
%20
%7

Triadic Colors of #aaedbd

#aaedbd #bdaaed #edbdaa

Analogous Colors of #aaedbd

#aaedbd #aaeddf #b9edaa

Monochromatic Colors of #aaedbd

#aaedbd

Complementary Color

#aaedbd #edaada

#aaedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedbd Color CSS Codes

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

#aaedbd Text Font Color

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

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


#aaedbd Background Color

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

This div background color is #aaedbd


#aaedbd Border Color

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

This div border color is #aaedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedbd


Comments

No comments written yet.

Please login to write comment.