Color Hex Logo

#aeddbd Color Hex

#AEDDBD
(174,221,189)
0 Favorites   0 Comments

Color spaces of #aeddbd

RGB 174221189
HSL0.390.410.77
HSV139°21°87°
CMYK 0.210.000.14   0.13
XYZ52.497364.385757.8049
Yxy64.38570.30050.3686
Hunter Lab80.2407-23.638013.4563
CIE-Lab84.1662-21.512510.7563

#aeddbd color RGB value is (174,221,189).

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

The process color (four color CMYK) of #aeddbd color hex is 0.21, 0.00, 0.14, 0.13. Web safe color of #aeddbd is #99cccc. Color #aeddbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10111101
Octal 256 335 275
Decimal 174 221 189
Hex AE DD BD

RGB Percentages of Color #aeddbd

%29.79
%37.84
%32.36

CMYK Percentages of Color #aeddbd

%21
%0
%14
%13

Triadic Colors of #aeddbd

#aeddbd #bdaedd #ddbdae

Analogous Colors of #aeddbd

#aeddbd #aeddd5 #b7ddae

Monochromatic Colors of #aeddbd

#aeddbd

Complementary Color

#aeddbd #ddaece

#aeddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddbd Color CSS Codes

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

#aeddbd Text Font Color

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

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


#aeddbd Background Color

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

This div background color is #aeddbd


#aeddbd Border Color

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

This div border color is #aeddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddbd


Comments

No comments written yet.

Please login to write comment.