Color Hex Logo

#aec260 Color Hex

#AEC260
(174,194,96)
0 Favorites   0 Comments

Color spaces of #aec260

RGB 17419496
HSL0.200.450.57
HSV72°51°76°
CMYK 0.100.000.51   0.24
XYZ38.858748.426818.3656
Yxy48.42680.36780.4584
Hunter Lab69.5894-22.107033.0651
CIE-Lab75.0933-21.547446.5534

#aec260 color RGB value is (174,194,96).

#aec260 hex color red value is 174, green value is 194 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aec260 hue: 0.20 , saturation: 0.45 and the lightness value of aec260 is 0.57.

The process color (four color CMYK) of #aec260 color hex is 0.10, 0.00, 0.51, 0.24. Web safe color of #aec260 is #99cc66. Color #aec260 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 01100000
Octal 256 302 140
Decimal 174 194 96
Hex AE C2 60

RGB Percentages of Color #aec260

%37.50
%41.81
%20.69

CMYK Percentages of Color #aec260

%10
%0
%51
%24

Triadic Colors of #aec260

#aec260 #60aec2 #c260ae

Analogous Colors of #aec260

#aec260 #7dc260 #c2a560

Monochromatic Colors of #aec260

#aec260

Complementary Color

#aec260 #7460c2

#aec260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec260 Color CSS Codes

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

#aec260 Text Font Color

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

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


#aec260 Background Color

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

This div background color is #aec260


#aec260 Border Color

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

This div border color is #aec260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec260


Comments

No comments written yet.

Please login to write comment.