Color Hex Logo

#aecb97 Color Hex

#AECB97
(174,203,151)
0 Favorites   0 Comments

Color spaces of #aecb97

RGB 174203151
HSL0.260.330.69
HSV93°26°80°
CMYK 0.140.000.26   0.20
XYZ44.397453.944937.3506
Yxy53.94490.32720.3976
Hunter Lab73.4472-20.632821.2619
CIE-Lab78.4296-19.073622.8050

#aecb97 color RGB value is (174,203,151).

#aecb97 hex color red value is 174, green value is 203 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #aecb97 hue: 0.26 , saturation: 0.33 and the lightness value of aecb97 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 10010111
Octal 256 313 227
Decimal 174 203 151
Hex AE CB 97

RGB Percentages of Color #aecb97

%32.95
%38.45
%28.60

CMYK Percentages of Color #aecb97

%14
%0
%26
%20

Triadic Colors of #aecb97

#aecb97 #97aecb #cb97ae

Analogous Colors of #aecb97

#aecb97 #97cb9a #c8cb97

Monochromatic Colors of #aecb97

#aecb97

Complementary Color

#aecb97 #b497cb

#aecb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb97 Color CSS Codes

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

#aecb97 Text Font Color

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

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


#aecb97 Background Color

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

This div background color is #aecb97


#aecb97 Border Color

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

This div border color is #aecb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb97


Comments

No comments written yet.

Please login to write comment.