Color Hex Logo

#aebf0a Color Hex

#AEBF0A
(174,191,10)
0 Favorites   0 Comments

Color spaces of #aebf0a

RGB 17419110
HSL0.180.900.39
HSV66°95°75°
CMYK 0.090.000.95   0.25
XYZ36.141146.28227.3157
Yxy46.28220.40270.5157
Hunter Lab68.0310-24.227241.2460
CIE-Lab73.7283-24.524373.3968

#aebf0a color RGB value is (174,191,10).

#aebf0a hex color red value is 174, green value is 191 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aebf0a hue: 0.18 , saturation: 0.90 and the lightness value of aebf0a is 0.39.

The process color (four color CMYK) of #aebf0a color hex is 0.09, 0.00, 0.95, 0.25. Web safe color of #aebf0a is #99cc00. Color #aebf0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 00001010
Octal 256 277 12
Decimal 174 191 10
Hex AE BF A

RGB Percentages of Color #aebf0a

%46.40
%50.93
%2.67

CMYK Percentages of Color #aebf0a

%9
%0
%95
%25

Triadic Colors of #aebf0a

#aebf0a #0aaebf #bf0aae

Analogous Colors of #aebf0a

#aebf0a #54bf0a #bf760a

Monochromatic Colors of #aebf0a

#aebf0a

Complementary Color

#aebf0a #1b0abf

#aebf0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebf0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebf0a Color CSS Codes

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

#aebf0a Text Font Color

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

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


#aebf0a Background Color

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

This div background color is #aebf0a


#aebf0a Border Color

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

This div border color is #aebf0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebf0a


Comments

No comments written yet.

Please login to write comment.