Color Hex Logo

#aec3bd Color Hex

#AEC3BD
(174,195,189)
0 Favorites   0 Comments

Color spaces of #aec3bd

RGB 174195189
HSL0.450.150.72
HSV163°11°76°
CMYK 0.110.000.03   0.24
XYZ46.156051.703055.6911
Yxy51.70300.30060.3367
Hunter Lab71.9048-11.25354.4126
CIE-Lab77.1029-8.29900.5768

#aec3bd color RGB value is (174,195,189).

#aec3bd hex color red value is 174, green value is 195 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aec3bd hue: 0.45 , saturation: 0.15 and the lightness value of aec3bd is 0.72.

The process color (four color CMYK) of #aec3bd color hex is 0.11, 0.00, 0.03, 0.24. Web safe color of #aec3bd is #99cccc. Color #aec3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000011 10111101
Octal 256 303 275
Decimal 174 195 189
Hex AE C3 BD

RGB Percentages of Color #aec3bd

%31.18
%34.95
%33.87

CMYK Percentages of Color #aec3bd

%11
%0
%3
%24

Triadic Colors of #aec3bd

#aec3bd #bdaec3 #c3bdae

Analogous Colors of #aec3bd

#aec3bd #aebfc3 #aec3b3

Monochromatic Colors of #aec3bd

#aec3bd

Complementary Color

#aec3bd #c3aeb4

#aec3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec3bd Color CSS Codes

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

#aec3bd Text Font Color

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

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


#aec3bd Background Color

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

This div background color is #aec3bd


#aec3bd Border Color

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

This div border color is #aec3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec3bd


Comments

No comments written yet.

Please login to write comment.