Color Hex Logo

#aedabd Color Hex

#AEDABD
(174,218,189)
0 Favorites   0 Comments

Color spaces of #aedabd

RGB 174218189
HSL0.390.370.77
HSV140°20°85°
CMYK 0.200.000.13   0.15
XYZ51.712362.815657.5432
Yxy62.81560.30050.3651
Hunter Lab79.2563-22.232712.4325
CIE-Lab83.3453-20.02919.5857

#aedabd color RGB value is (174,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 10111101
Octal 256 332 275
Decimal 174 218 189
Hex AE DA BD

RGB Percentages of Color #aedabd

%29.95
%37.52
%32.53

CMYK Percentages of Color #aedabd

%20
%0
%13
%15

Triadic Colors of #aedabd

#aedabd #bdaeda #dabdae

Analogous Colors of #aedabd

#aedabd #aedad3 #b5daae

Monochromatic Colors of #aedabd

#aedabd

Complementary Color

#aedabd #daaecb

#aedabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedabd Color CSS Codes

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

#aedabd Text Font Color

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

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


#aedabd Background Color

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

This div background color is #aedabd


#aedabd Border Color

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

This div border color is #aedabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedabd


Comments

No comments written yet.

Please login to write comment.