Color Hex Logo

#aedebd Color Hex

#AEDEBD
(174,222,189)
0 Favorites   0 Comments

Color spaces of #aedebd

RGB 174222189
HSL0.390.420.78
HSV139°22°87°
CMYK 0.220.000.15   0.13
XYZ52.762164.915357.8932
Yxy64.91530.30050.3697
Hunter Lab80.5700-24.105013.7965
CIE-Lab84.4401-22.004511.1461

#aedebd color RGB value is (174,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 10111101
Octal 256 336 275
Decimal 174 222 189
Hex AE DE BD

RGB Percentages of Color #aedebd

%29.74
%37.95
%32.31

CMYK Percentages of Color #aedebd

%22
%0
%15
%13

Triadic Colors of #aedebd

#aedebd #bdaede #debdae

Analogous Colors of #aedebd

#aedebd #aeded5 #b7deae

Monochromatic Colors of #aedebd

#aedebd

Complementary Color

#aedebd #deaecf

#aedebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedebd Color CSS Codes

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

#aedebd Text Font Color

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

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


#aedebd Background Color

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

This div background color is #aedebd


#aedebd Border Color

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

This div border color is #aedebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedebd


Comments

No comments written yet.

Please login to write comment.