Color Hex Logo

#aebf31 Color Hex

#AEBF31
(174,191,49)
0 Favorites   0 Comments

Color spaces of #aebf31

RGB 17419149
HSL0.190.590.47
HSV67°74°75°
CMYK 0.090.000.74   0.25
XYZ36.640746.48209.9465
Yxy46.48200.39370.4994
Hunter Lab68.1777-23.379939.0745
CIE-Lab73.8572-23.418664.8521

#aebf31 color RGB value is (174,191,49).

#aebf31 hex color red value is 174, green value is 191 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #aebf31 hue: 0.19 , saturation: 0.59 and the lightness value of aebf31 is 0.47.

The process color (four color CMYK) of #aebf31 color hex is 0.09, 0.00, 0.74, 0.25. Web safe color of #aebf31 is #99cc33. Color #aebf31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 00110001
Octal 256 277 61
Decimal 174 191 49
Hex AE BF 31

RGB Percentages of Color #aebf31

%42.03
%46.14
%11.84

CMYK Percentages of Color #aebf31

%9
%0
%74
%25

Triadic Colors of #aebf31

#aebf31 #31aebf #bf31ae

Analogous Colors of #aebf31

#aebf31 #67bf31 #bf8931

Monochromatic Colors of #aebf31

#aebf31

Complementary Color

#aebf31 #4231bf

#aebf31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebf31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebf31 Color CSS Codes

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

#aebf31 Text Font Color

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

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


#aebf31 Background Color

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

This div background color is #aebf31


#aebf31 Border Color

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

This div border color is #aebf31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebf31


Comments

No comments written yet.

Please login to write comment.