Color Hex Logo

#aec330 Color Hex

#AEC330
(174,195,48)
0 Favorites   0 Comments

Color spaces of #aec330

RGB 17419548
HSL0.190.600.48
HSV69°75°76°
CMYK 0.110.000.75   0.24
XYZ37.504248.242310.1313
Yxy48.24230.39120.5032
Hunter Lab69.4567-25.165439.9713
CIE-Lab74.9775-25.411066.2292

#aec330 color RGB value is (174,195,48).

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

The process color (four color CMYK) of #aec330 color hex is 0.11, 0.00, 0.75, 0.24. Web safe color of #aec330 is #99cc33. Color #aec330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000011 00110000
Octal 256 303 60
Decimal 174 195 48
Hex AE C3 30

RGB Percentages of Color #aec330

%41.73
%46.76
%11.51

CMYK Percentages of Color #aec330

%11
%0
%75
%24

Triadic Colors of #aec330

#aec330 #30aec3 #c330ae

Analogous Colors of #aec330

#aec330 #65c330 #c38f30

Monochromatic Colors of #aec330

#aec330

Complementary Color

#aec330 #4530c3

#aec330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec330 Color CSS Codes

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

#aec330 Text Font Color

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

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


#aec330 Background Color

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

This div background color is #aec330


#aec330 Border Color

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

This div border color is #aec330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec330


Comments

No comments written yet.

Please login to write comment.