Color Hex Logo

#aebe48 Color Hex

#AEBE48
(174,190,72)
0 Favorites   0 Comments

Color spaces of #aebe48

RGB 17419072
HSL0.190.480.51
HSV68°62°75°
CMYK 0.080.000.62   0.25
XYZ37.038746.293513.1143
Yxy46.29350.38400.4800
Hunter Lab68.0393-21.898436.1996
CIE-Lab73.7356-21.581555.9465

#aebe48 color RGB value is (174,190,72).

#aebe48 hex color red value is 174, green value is 190 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #aebe48 hue: 0.19 , saturation: 0.48 and the lightness value of aebe48 is 0.51.

The process color (four color CMYK) of #aebe48 color hex is 0.08, 0.00, 0.62, 0.25. Web safe color of #aebe48 is #99cc33. Color #aebe48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 01001000
Octal 256 276 110
Decimal 174 190 72
Hex AE BE 48

RGB Percentages of Color #aebe48

%39.91
%43.58
%16.51

CMYK Percentages of Color #aebe48

%8
%0
%62
%25

Triadic Colors of #aebe48

#aebe48 #48aebe #be48ae

Analogous Colors of #aebe48

#aebe48 #73be48 #be9348

Monochromatic Colors of #aebe48

#aebe48

Complementary Color

#aebe48 #5848be

#aebe48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebe48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebe48 Color CSS Codes

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

#aebe48 Text Font Color

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

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


#aebe48 Background Color

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

This div background color is #aebe48


#aebe48 Border Color

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

This div border color is #aebe48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebe48


Comments

No comments written yet.

Please login to write comment.