Color Hex Logo

#aebe74 Color Hex

#AEBE74
(174,190,116)
0 Favorites   0 Comments

Color spaces of #aebe74

RGB 174190116
HSL0.200.360.60
HSV73°39°75°
CMYK 0.080.000.39   0.25
XYZ39.021447.086523.5550
Yxy47.08650.35580.4294
Hunter Lab68.6196-18.578027.6813
CIE-Lab74.2451-17.373835.5333

#aebe74 color RGB value is (174,190,116).

#aebe74 hex color red value is 174, green value is 190 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aebe74 hue: 0.20 , saturation: 0.36 and the lightness value of aebe74 is 0.60.

The process color (four color CMYK) of #aebe74 color hex is 0.08, 0.00, 0.39, 0.25. Web safe color of #aebe74 is #99cc66. Color #aebe74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 01110100
Octal 256 276 164
Decimal 174 190 116
Hex AE BE 74

RGB Percentages of Color #aebe74

%36.25
%39.58
%24.17

CMYK Percentages of Color #aebe74

%8
%0
%39
%25

Triadic Colors of #aebe74

#aebe74 #74aebe #be74ae

Analogous Colors of #aebe74

#aebe74 #89be74 #bea974

Monochromatic Colors of #aebe74

#aebe74

Complementary Color

#aebe74 #8474be

#aebe74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebe74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebe74 Color CSS Codes

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

#aebe74 Text Font Color

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

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


#aebe74 Background Color

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

This div background color is #aebe74


#aebe74 Border Color

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

This div border color is #aebe74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebe74


Comments

No comments written yet.

Please login to write comment.