Color Hex Logo

#aec962 Color Hex

#AEC962
(174,201,98)
0 Favorites   0 Comments

Color spaces of #aec962

RGB 17420198
HSL0.210.490.59
HSV76°51°79°
CMYK 0.130.000.51   0.21
XYZ40.546851.653819.3884
Yxy51.65380.36340.4629
Hunter Lab71.8706-25.070234.3148
CIE-Lab77.0734-24.784347.9528

#aec962 color RGB value is (174,201,98).

#aec962 hex color red value is 174, green value is 201 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #aec962 hue: 0.21 , saturation: 0.49 and the lightness value of aec962 is 0.59.

The process color (four color CMYK) of #aec962 color hex is 0.13, 0.00, 0.51, 0.21. Web safe color of #aec962 is #99cc66. Color #aec962 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 01100010
Octal 256 311 142
Decimal 174 201 98
Hex AE C9 62

RGB Percentages of Color #aec962

%36.79
%42.49
%20.72

CMYK Percentages of Color #aec962

%13
%0
%51
%21

Triadic Colors of #aec962

#aec962 #62aec9 #c962ae

Analogous Colors of #aec962

#aec962 #7bc962 #c9b162

Monochromatic Colors of #aec962

#aec962

Complementary Color

#aec962 #7d62c9

#aec962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec962 Color CSS Codes

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

#aec962 Text Font Color

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

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


#aec962 Background Color

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

This div background color is #aec962


#aec962 Border Color

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

This div border color is #aec962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec962


Comments

No comments written yet.

Please login to write comment.