Color Hex Logo

#aecdb1 Color Hex

#AECDB1
(174,205,177)
0 Favorites   0 Comments

Color spaces of #aecdb1

RGB 174205177
HSL0.350.240.74
HSV126°15°80°
CMYK 0.150.000.14   0.20
XYZ47.222755.835649.8834
Yxy55.83560.30880.3651
Hunter Lab74.7232-17.959312.7257
CIE-Lab79.5202-15.713610.5097

#aecdb1 color RGB value is (174,205,177).

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

The process color (four color CMYK) of #aecdb1 color hex is 0.15, 0.00, 0.14, 0.20. Web safe color of #aecdb1 is #99cc99. Color #aecdb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 10110001
Octal 256 315 261
Decimal 174 205 177
Hex AE CD B1

RGB Percentages of Color #aecdb1

%31.29
%36.87
%31.83

CMYK Percentages of Color #aecdb1

%15
%0
%14
%20

Triadic Colors of #aecdb1

#aecdb1 #b1aecd #cdb1ae

Analogous Colors of #aecdb1

#aecdb1 #aecdc1 #bbcdae

Monochromatic Colors of #aecdb1

#aecdb1

Complementary Color

#aecdb1 #cdaeca

#aecdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdb1 Color CSS Codes

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

#aecdb1 Text Font Color

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

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


#aecdb1 Background Color

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

This div background color is #aecdb1


#aecdb1 Border Color

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

This div border color is #aecdb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdb1


Comments

No comments written yet.

Please login to write comment.