Color Hex Logo

#aecba5 Color Hex

#AECBA5
(174,203,165)
0 Favorites   0 Comments

Color spaces of #aecba5

RGB 174203165
HSL0.290.270.72
HSV106°19°80°
CMYK 0.140.000.19   0.20
XYZ45.603054.427243.6993
Yxy54.42720.31730.3787
Hunter Lab73.7748-18.768316.5229
CIE-Lab78.7102-16.802715.7676

#aecba5 color RGB value is (174,203,165).

#aecba5 hex color red value is 174, green value is 203 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #aecba5 hue: 0.29 , saturation: 0.27 and the lightness value of aecba5 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 10100101
Octal 256 313 245
Decimal 174 203 165
Hex AE CB A5

RGB Percentages of Color #aecba5

%32.10
%37.45
%30.44

CMYK Percentages of Color #aecba5

%14
%0
%19
%20

Triadic Colors of #aecba5

#aecba5 #a5aecb #cba5ae

Analogous Colors of #aecba5

#aecba5 #a5cbaf #c1cba5

Monochromatic Colors of #aecba5

#aecba5

Complementary Color

#aecba5 #c2a5cb

#aecba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecba5 Color CSS Codes

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

#aecba5 Text Font Color

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

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


#aecba5 Background Color

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

This div background color is #aecba5


#aecba5 Border Color

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

This div border color is #aecba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecba5


Comments

No comments written yet.

Please login to write comment.