Color Hex Logo

#aebe95 Color Hex

#AEBE95
(174,190,149)
0 Favorites   0 Comments

Color spaces of #aebe95

RGB 174190149
HSL0.230.240.66
HSV83°22°75°
CMYK 0.080.000.22   0.25
XYZ41.293847.995535.5214
Yxy47.99550.33090.3845
Hunter Lab69.2788-14.842518.0953
CIE-Lab74.8221-12.783118.9090

#aebe95 color RGB value is (174,190,149).

#aebe95 hex color red value is 174, green value is 190 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aebe95 hue: 0.23 , saturation: 0.24 and the lightness value of aebe95 is 0.66.

The process color (four color CMYK) of #aebe95 color hex is 0.08, 0.00, 0.22, 0.25. Web safe color of #aebe95 is #99cc99. Color #aebe95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 10010101
Octal 256 276 225
Decimal 174 190 149
Hex AE BE 95

RGB Percentages of Color #aebe95

%33.92
%37.04
%29.04

CMYK Percentages of Color #aebe95

%8
%0
%22
%25

Triadic Colors of #aebe95

#aebe95 #95aebe #be95ae

Analogous Colors of #aebe95

#aebe95 #9abe95 #beba95

Monochromatic Colors of #aebe95

#aebe95

Complementary Color

#aebe95 #a595be

#aebe95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebe95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebe95 Color CSS Codes

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

#aebe95 Text Font Color

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

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


#aebe95 Background Color

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

This div background color is #aebe95


#aebe95 Border Color

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

This div border color is #aebe95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebe95


Comments

No comments written yet.

Please login to write comment.