Color Hex Logo

#aec54b Color Hex

#AEC54B
(174,197,75)
0 Favorites   0 Comments

Color spaces of #aec54b

RGB 17419775
HSL0.200.510.53
HSV71°62°77°
CMYK 0.120.000.62   0.23
XYZ38.691849.439214.1601
Yxy49.43920.37830.4833
Hunter Lab70.3130-24.822937.2789
CIE-Lab75.7237-24.796756.8158

#aec54b color RGB value is (174,197,75).

#aec54b hex color red value is 174, green value is 197 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aec54b hue: 0.20 , saturation: 0.51 and the lightness value of aec54b is 0.53.

The process color (four color CMYK) of #aec54b color hex is 0.12, 0.00, 0.62, 0.23. Web safe color of #aec54b is #99cc33. Color #aec54b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 01001011
Octal 256 305 113
Decimal 174 197 75
Hex AE C5 4B

RGB Percentages of Color #aec54b

%39.01
%44.17
%16.82

CMYK Percentages of Color #aec54b

%12
%0
%62
%23

Triadic Colors of #aec54b

#aec54b #4baec5 #c54bae

Analogous Colors of #aec54b

#aec54b #71c54b #c59f4b

Monochromatic Colors of #aec54b

#aec54b

Complementary Color

#aec54b #624bc5

#aec54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec54b Color CSS Codes

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

#aec54b Text Font Color

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

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


#aec54b Background Color

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

This div background color is #aec54b


#aec54b Border Color

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

This div border color is #aec54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec54b


Comments

No comments written yet.

Please login to write comment.