Color Hex Logo

#aec135 Color Hex

#AEC135
(174,193,53)
0 Favorites   0 Comments

Color spaces of #aec135

RGB 17419353
HSL0.190.570.48
HSV68°73°76°
CMYK 0.100.000.73   0.24
XYZ37.168147.395610.5575
Yxy47.39560.39070.4983
Hunter Lab68.8445-24.108339.0988
CIE-Lab74.4421-24.202064.0527

#aec135 color RGB value is (174,193,53).

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

The process color (four color CMYK) of #aec135 color hex is 0.10, 0.00, 0.73, 0.24. Web safe color of #aec135 is #99cc33. Color #aec135 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 00110101
Octal 256 301 65
Decimal 174 193 53
Hex AE C1 35

RGB Percentages of Color #aec135

%41.43
%45.95
%12.62

CMYK Percentages of Color #aec135

%10
%0
%73
%24

Triadic Colors of #aec135

#aec135 #35aec1 #c135ae

Analogous Colors of #aec135

#aec135 #68c135 #c18e35

Monochromatic Colors of #aec135

#aec135

Complementary Color

#aec135 #4835c1

#aec135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec135 Color CSS Codes

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

#aec135 Text Font Color

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

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


#aec135 Background Color

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

This div background color is #aec135


#aec135 Border Color

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

This div border color is #aec135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec135


Comments

No comments written yet.

Please login to write comment.