Color Hex Logo

#aebc0f Color Hex

#AEBC0F
(174,188,15)
0 Favorites   0 Comments

Color spaces of #aebc0f

RGB 17418815
HSL0.180.850.40
HSV65°92°74°
CMYK 0.070.000.92   0.26
XYZ35.525044.99967.2654
Yxy44.99960.40470.5126
Hunter Lab67.0817-22.863440.5357
CIE-Lab72.8916-22.988372.1411

#aebc0f color RGB value is (174,188,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 00001111
Octal 256 274 17
Decimal 174 188 15
Hex AE BC F

RGB Percentages of Color #aebc0f

%46.15
%49.87
%3.98

CMYK Percentages of Color #aebc0f

%7
%0
%92
%26

Triadic Colors of #aebc0f

#aebc0f #0faebc #bc0fae

Analogous Colors of #aebc0f

#aebc0f #57bc0f #bc740f

Monochromatic Colors of #aebc0f

#aebc0f

Complementary Color

#aebc0f #1d0fbc

#aebc0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc0f Color CSS Codes

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

#aebc0f Text Font Color

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

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


#aebc0f Background Color

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

This div background color is #aebc0f


#aebc0f Border Color

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

This div border color is #aebc0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc0f


Comments

No comments written yet.

Please login to write comment.