Color Hex Logo

#aec252 Color Hex

#AEC252
(174,194,82)
0 Favorites   0 Comments

Color spaces of #aec252

RGB 17419482
HSL0.200.480.54
HSV71°58°76°
CMYK 0.100.000.58   0.24
XYZ38.270348.191415.2675
Yxy48.19140.37620.4737
Hunter Lab69.4200-23.080535.5544
CIE-Lab74.9455-22.792752.8985

#aec252 color RGB value is (174,194,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 01010010
Octal 256 302 122
Decimal 174 194 82
Hex AE C2 52

RGB Percentages of Color #aec252

%38.67
%43.11
%18.22

CMYK Percentages of Color #aec252

%10
%0
%58
%24

Triadic Colors of #aec252

#aec252 #52aec2 #c252ae

Analogous Colors of #aec252

#aec252 #76c252 #c29e52

Monochromatic Colors of #aec252

#aec252

Complementary Color

#aec252 #6652c2

#aec252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec252 Color CSS Codes

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

#aec252 Text Font Color

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

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


#aec252 Background Color

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

This div background color is #aec252


#aec252 Border Color

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

This div border color is #aec252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec252


Comments

No comments written yet.

Please login to write comment.