Color Hex Logo

#aecf52 Color Hex

#AECF52
(174,207,82)
0 Favorites   0 Comments

Color spaces of #aecf52

RGB 17420782
HSL0.210.570.57
HSV76°60°81°
CMYK 0.160.000.60   0.19
XYZ41.291454.233516.2745
Yxy54.23350.36930.4851
Hunter Lab73.6434-28.792138.4478
CIE-Lab78.5977-29.064656.9594

#aecf52 color RGB value is (174,207,82).

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

The process color (four color CMYK) of #aecf52 color hex is 0.16, 0.00, 0.60, 0.19. Web safe color of #aecf52 is #99cc66. Color #aecf52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 01010010
Octal 256 317 122
Decimal 174 207 82
Hex AE CF 52

RGB Percentages of Color #aecf52

%37.58
%44.71
%17.71

CMYK Percentages of Color #aecf52

%16
%0
%60
%19

Triadic Colors of #aecf52

#aecf52 #52aecf #cf52ae

Analogous Colors of #aecf52

#aecf52 #70cf52 #cfb252

Monochromatic Colors of #aecf52

#aecf52

Complementary Color

#aecf52 #7352cf

#aecf52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecf52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecf52 Color CSS Codes

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

#aecf52 Text Font Color

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

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


#aecf52 Background Color

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

This div background color is #aecf52


#aecf52 Border Color

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

This div border color is #aecf52


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,207,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 #aecf52">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecf52


Comments

No comments written yet.

Please login to write comment.