Color Hex Logo

#aecdb4 Color Hex

#AECDB4
(174,205,180)
0 Favorites   0 Comments

Color spaces of #aecdb4

RGB 174205180
HSL0.370.240.74
HSV132°15°80°
CMYK 0.150.000.12   0.20
XYZ47.525155.956651.4759
Yxy55.95660.30670.3611
Hunter Lab74.8041-17.501411.5629
CIE-Lab79.5891-15.16739.0050

#aecdb4 color RGB value is (174,205,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 10110100
Octal 256 315 264
Decimal 174 205 180
Hex AE CD B4

RGB Percentages of Color #aecdb4

%31.13
%36.67
%32.20

CMYK Percentages of Color #aecdb4

%15
%0
%12
%20

Triadic Colors of #aecdb4

#aecdb4 #b4aecd #cdb4ae

Analogous Colors of #aecdb4

#aecdb4 #aecdc4 #b8cdae

Monochromatic Colors of #aecdb4

#aecdb4

Complementary Color

#aecdb4 #cdaec7

#aecdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdb4 Color CSS Codes

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

#aecdb4 Text Font Color

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

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


#aecdb4 Background Color

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

This div background color is #aecdb4


#aecdb4 Border Color

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

This div border color is #aecdb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,205,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aecdb4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdb4


Comments

No comments written yet.

Please login to write comment.