Color Hex Logo

#aec95b Color Hex

#AEC95B
(174,201,91)
0 Favorites   0 Comments

Color spaces of #aec95b

RGB 17420191
HSL0.210.500.57
HSV75°55°79°
CMYK 0.130.000.55   0.21
XYZ40.230551.527317.7229
Yxy51.52730.36750.4707
Hunter Lab71.7825-25.579135.6092
CIE-Lab76.9973-25.437851.1405

#aec95b color RGB value is (174,201,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 01011011
Octal 256 311 133
Decimal 174 201 91
Hex AE C9 5B

RGB Percentages of Color #aec95b

%37.34
%43.13
%19.53

CMYK Percentages of Color #aec95b

%13
%0
%55
%21

Triadic Colors of #aec95b

#aec95b #5baec9 #c95bae

Analogous Colors of #aec95b

#aec95b #77c95b #c9ad5b

Monochromatic Colors of #aec95b

#aec95b

Complementary Color

#aec95b #765bc9

#aec95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec95b Color CSS Codes

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

#aec95b Text Font Color

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

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


#aec95b Background Color

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

This div background color is #aec95b


#aec95b Border Color

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

This div border color is #aec95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec95b


Comments

No comments written yet.

Please login to write comment.