Color Hex Logo

#aed952 Color Hex

#AED952
(174,217,82)
0 Favorites   0 Comments

Color spaces of #aed952

RGB 17421782
HSL0.220.640.59
HSV79°62°85°
CMYK 0.200.000.62   0.15
XYZ43.791459.233617.1078
Yxy59.23360.36450.4931
Hunter Lab76.9634-33.121140.6951
CIE-Lab81.4198-33.735760.0437

#aed952 color RGB value is (174,217,82).

#aed952 hex color red value is 174, green value is 217 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #aed952 hue: 0.22 , saturation: 0.64 and the lightness value of aed952 is 0.59.

The process color (four color CMYK) of #aed952 color hex is 0.20, 0.00, 0.62, 0.15. Web safe color of #aed952 is #99cc66. Color #aed952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 01010010
Octal 256 331 122
Decimal 174 217 82
Hex AE D9 52

RGB Percentages of Color #aed952

%36.79
%45.88
%17.34

CMYK Percentages of Color #aed952

%20
%0
%62
%15

Triadic Colors of #aed952

#aed952 #52aed9 #d952ae

Analogous Colors of #aed952

#aed952 #6bd952 #d9c152

Monochromatic Colors of #aed952

#aed952

Complementary Color

#aed952 #7d52d9

#aed952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed952 Color CSS Codes

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

#aed952 Text Font Color

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

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


#aed952 Background Color

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

This div background color is #aed952


#aed952 Border Color

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

This div border color is #aed952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed952


Comments

No comments written yet.

Please login to write comment.