Color Hex Logo

#aecdbd Color Hex

#AECDBD
(174,205,189)
0 Favorites   0 Comments

Color spaces of #aecdbd

RGB 174205189
HSL0.410.240.74
HSV149°15°80°
CMYK 0.150.000.08   0.20
XYZ48.472256.335456.4632
Yxy56.33540.30060.3493
Hunter Lab75.0569-16.07327.9376
CIE-Lab79.8043-13.47614.4986

#aecdbd color RGB value is (174,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 10111101
Octal 256 315 275
Decimal 174 205 189
Hex AE CD BD

RGB Percentages of Color #aecdbd

%30.63
%36.09
%33.27

CMYK Percentages of Color #aecdbd

%15
%0
%8
%20

Triadic Colors of #aecdbd

#aecdbd #bdaecd #cdbdae

Analogous Colors of #aecdbd

#aecdbd #aecdcd #afcdae

Monochromatic Colors of #aecdbd

#aecdbd

Complementary Color

#aecdbd #cdaebe

#aecdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdbd Color CSS Codes

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

#aecdbd Text Font Color

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

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


#aecdbd Background Color

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

This div background color is #aecdbd


#aecdbd Border Color

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

This div border color is #aecdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdbd


Comments

No comments written yet.

Please login to write comment.