Color Hex Logo

#aec307 Color Hex

#AEC307
(174,195,7)
0 Favorites   0 Comments

Color spaces of #aec307

RGB 1741957
HSL0.190.930.40
HSV67°96°76°
CMYK 0.110.000.96   0.24
XYZ37.009048.04427.5239
Yxy48.04420.39980.5190
Hunter Lab69.3139-25.992342.0839
CIE-Lab74.8528-26.494774.5715

#aec307 color RGB value is (174,195,7).

#aec307 hex color red value is 174, green value is 195 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #aec307 hue: 0.19 , saturation: 0.93 and the lightness value of aec307 is 0.40.

The process color (four color CMYK) of #aec307 color hex is 0.11, 0.00, 0.96, 0.24. Web safe color of #aec307 is #99cc00. Color #aec307 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000011 00000111
Octal 256 303 7
Decimal 174 195 7
Hex AE C3 7

RGB Percentages of Color #aec307

%46.28
%51.86
%1.86

CMYK Percentages of Color #aec307

%11
%0
%96
%24

Triadic Colors of #aec307

#aec307 #07aec3 #c307ae

Analogous Colors of #aec307

#aec307 #50c307 #c37a07

Monochromatic Colors of #aec307

#aec307

Complementary Color

#aec307 #1c07c3

#aec307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec307 Color CSS Codes

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

#aec307 Text Font Color

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

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


#aec307 Background Color

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

This div background color is #aec307


#aec307 Border Color

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

This div border color is #aec307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec307


Comments

No comments written yet.

Please login to write comment.