Color Hex Logo

#aebc0b Color Hex

#AEBC0B
(174,188,11)
0 Favorites   0 Comments

Color spaces of #aebc0b

RGB 17418811
HSL0.180.890.39
HSV65°94°74°
CMYK 0.070.000.94   0.26
XYZ35.499244.98937.1294
Yxy44.98930.40520.5135
Hunter Lab67.0741-22.907840.6498
CIE-Lab72.8848-23.046272.6387

#aebc0b color RGB value is (174,188,11).

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

The process color (four color CMYK) of #aebc0b color hex is 0.07, 0.00, 0.94, 0.26. Web safe color of #aebc0b is #99cc00. Color #aebc0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 00001011
Octal 256 274 13
Decimal 174 188 11
Hex AE BC B

RGB Percentages of Color #aebc0b

%46.65
%50.40
%2.95

CMYK Percentages of Color #aebc0b

%7
%0
%94
%26

Triadic Colors of #aebc0b

#aebc0b #0baebc #bc0bae

Analogous Colors of #aebc0b

#aebc0b #56bc0b #bc720b

Monochromatic Colors of #aebc0b

#aebc0b

Complementary Color

#aebc0b #190bbc

#aebc0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc0b Color CSS Codes

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

#aebc0b Text Font Color

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

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


#aebc0b Background Color

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

This div background color is #aebc0b


#aebc0b Border Color

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

This div border color is #aebc0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc0b


Comments

No comments written yet.

Please login to write comment.