Color Hex Logo

#aec0bd Color Hex

#AEC0BD
(174,192,189)
0 Favorites   0 Comments

Color spaces of #aec0bd

RGB 174192189
HSL0.470.130.72
HSV170°75°
CMYK 0.090.000.02   0.25
XYZ45.490550.372155.4693
Yxy50.37210.30060.3329
Hunter Lab70.9733-9.79333.3431
CIE-Lab76.2971-6.7236-0.5999

#aec0bd color RGB value is (174,192,189).

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

The process color (four color CMYK) of #aec0bd color hex is 0.09, 0.00, 0.02, 0.25. Web safe color of #aec0bd is #99cccc. Color #aec0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 10111101
Octal 256 300 275
Decimal 174 192 189
Hex AE C0 BD

RGB Percentages of Color #aec0bd

%31.35
%34.59
%34.05

CMYK Percentages of Color #aec0bd

%9
%0
%2
%25

Triadic Colors of #aec0bd

#aec0bd #bdaec0 #c0bdae

Analogous Colors of #aec0bd

#aec0bd #aebac0 #aec0b4

Monochromatic Colors of #aec0bd

#aec0bd

Complementary Color

#aec0bd #c0aeb1

#aec0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec0bd Color CSS Codes

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

#aec0bd Text Font Color

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

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


#aec0bd Background Color

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

This div background color is #aec0bd


#aec0bd Border Color

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

This div border color is #aec0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec0bd


Comments

No comments written yet.

Please login to write comment.