Color Hex Logo

#aec12b Color Hex

#AEC12B
(174,193,43)
0 Favorites   0 Comments

Color spaces of #aec12b

RGB 17419343
HSL0.190.640.46
HSV68°78°76°
CMYK 0.100.000.78   0.24
XYZ36.961647.31309.4697
Yxy47.31300.39430.5047
Hunter Lab68.7844-24.455139.9865
CIE-Lab74.3895-24.653867.2328

#aec12b color RGB value is (174,193,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 00101011
Octal 256 301 53
Decimal 174 193 43
Hex AE C1 2B

RGB Percentages of Color #aec12b

%42.44
%47.07
%10.49

CMYK Percentages of Color #aec12b

%10
%0
%78
%24

Triadic Colors of #aec12b

#aec12b #2baec1 #c12bae

Analogous Colors of #aec12b

#aec12b #63c12b #c1892b

Monochromatic Colors of #aec12b

#aec12b

Complementary Color

#aec12b #3e2bc1

#aec12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec12b Color CSS Codes

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

#aec12b Text Font Color

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

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


#aec12b Background Color

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

This div background color is #aec12b


#aec12b Border Color

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

This div border color is #aec12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec12b


Comments

No comments written yet.

Please login to write comment.