Color Hex Logo

#aec150 Color Hex

#AEC150
(174,193,80)
0 Favorites   0 Comments

Color spaces of #aec150

RGB 17419380
HSL0.190.480.54
HSV70°59°76°
CMYK 0.100.000.59   0.24
XYZ37.973547.717814.7985
Yxy47.71780.37790.4749
Hunter Lab69.0781-22.761935.6530
CIE-Lab74.6466-22.461353.4582

#aec150 color RGB value is (174,193,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 01010000
Octal 256 301 120
Decimal 174 193 80
Hex AE C1 50

RGB Percentages of Color #aec150

%38.93
%43.18
%17.90

CMYK Percentages of Color #aec150

%10
%0
%59
%24

Triadic Colors of #aec150

#aec150 #50aec1 #c150ae

Analogous Colors of #aec150

#aec150 #76c150 #c19c50

Monochromatic Colors of #aec150

#aec150

Complementary Color

#aec150 #6350c1

#aec150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec150 Color CSS Codes

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

#aec150 Text Font Color

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

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


#aec150 Background Color

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

This div background color is #aec150


#aec150 Border Color

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

This div border color is #aec150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec150


Comments

No comments written yet.

Please login to write comment.