Color Hex Logo

#aed152 Color Hex

#AED152
(174,209,82)
0 Favorites   0 Comments

Color spaces of #aed152

RGB 17420982
HSL0.210.580.57
HSV77°61°82°
CMYK 0.170.000.61   0.18
XYZ41.779055.208816.4370
Yxy55.20880.36830.4867
Hunter Lab74.3026-29.662338.8959
CIE-Lab79.1614-30.009557.5792

#aed152 color RGB value is (174,209,82).

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

The process color (four color CMYK) of #aed152 color hex is 0.17, 0.00, 0.61, 0.18. Web safe color of #aed152 is #99cc66. Color #aed152 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 01010010
Octal 256 321 122
Decimal 174 209 82
Hex AE D1 52

RGB Percentages of Color #aed152

%37.42
%44.95
%17.63

CMYK Percentages of Color #aed152

%17
%0
%61
%18

Triadic Colors of #aed152

#aed152 #52aed1 #d152ae

Analogous Colors of #aed152

#aed152 #6fd152 #d1b552

Monochromatic Colors of #aed152

#aed152

Complementary Color

#aed152 #7552d1

#aed152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed152 Color CSS Codes

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

#aed152 Text Font Color

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

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


#aed152 Background Color

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

This div background color is #aed152


#aed152 Border Color

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

This div border color is #aed152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed152


Comments

No comments written yet.

Please login to write comment.