Color Hex Logo

#aedfbd Color Hex

#AEDFBD
(174,223,189)
0 Favorites   0 Comments

Color spaces of #aedfbd

RGB 174223189
HSL0.380.430.78
HSV138°22°87°
CMYK 0.220.000.15   0.13
XYZ53.028565.448157.9820
Yxy65.44810.30050.3709
Hunter Lab80.9000-24.571414.1361
CIE-Lab84.7141-22.495211.5358

#aedfbd color RGB value is (174,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10111101
Octal 256 337 275
Decimal 174 223 189
Hex AE DF BD

RGB Percentages of Color #aedfbd

%29.69
%38.05
%32.25

CMYK Percentages of Color #aedfbd

%22
%0
%15
%13

Triadic Colors of #aedfbd

#aedfbd #bdaedf #dfbdae

Analogous Colors of #aedfbd

#aedfbd #aedfd6 #b8dfae

Monochromatic Colors of #aedfbd

#aedfbd

Complementary Color

#aedfbd #dfaed0

#aedfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfbd Color CSS Codes

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

#aedfbd Text Font Color

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

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


#aedfbd Background Color

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

This div background color is #aedfbd


#aedfbd Border Color

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

This div border color is #aedfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfbd


Comments

No comments written yet.

Please login to write comment.