Color Hex Logo

#aeba27 Color Hex

#AEBA27
(174,186,39)
0 Favorites   0 Comments

Color spaces of #aeba27

RGB 17418639
HSL0.180.650.44
HSV65°79°73°
CMYK 0.060.000.79   0.27
XYZ35.380744.26308.5983
Yxy44.26300.40100.5016
Hunter Lab66.5304-21.502538.9088
CIE-Lab72.4039-21.374466.6153

#aeba27 color RGB value is (174,186,39).

#aeba27 hex color red value is 174, green value is 186 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #aeba27 hue: 0.18 , saturation: 0.65 and the lightness value of aeba27 is 0.44.

The process color (four color CMYK) of #aeba27 color hex is 0.06, 0.00, 0.79, 0.27. Web safe color of #aeba27 is #99cc33. Color #aeba27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 00100111
Octal 256 272 47
Decimal 174 186 39
Hex AE BA 27

RGB Percentages of Color #aeba27

%43.61
%46.62
%9.77

CMYK Percentages of Color #aeba27

%6
%0
%79
%27

Triadic Colors of #aeba27

#aeba27 #27aeba #ba27ae

Analogous Colors of #aeba27

#aeba27 #65ba27 #ba7d27

Monochromatic Colors of #aeba27

#aeba27

Complementary Color

#aeba27 #3327ba

#aeba27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba27 Color CSS Codes

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

#aeba27 Text Font Color

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

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


#aeba27 Background Color

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

This div background color is #aeba27


#aeba27 Border Color

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

This div border color is #aeba27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba27


Comments

No comments written yet.

Please login to write comment.