Color Hex Logo

#aed352 Color Hex

#AED352
(174,211,82)
0 Favorites   0 Comments

Color spaces of #aed352

RGB 17421182
HSL0.210.590.57
HSV77°61°83°
CMYK 0.180.000.61   0.17
XYZ42.272856.196416.6016
Yxy56.19640.36740.4884
Hunter Lab74.9643-30.530239.3446
CIE-Lab79.7255-30.949058.1975

#aed352 color RGB value is (174,211,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 01010010
Octal 256 323 122
Decimal 174 211 82
Hex AE D3 52

RGB Percentages of Color #aed352

%37.26
%45.18
%17.56

CMYK Percentages of Color #aed352

%18
%0
%61
%17

Triadic Colors of #aed352

#aed352 #52aed3 #d352ae

Analogous Colors of #aed352

#aed352 #6ed352 #d3b852

Monochromatic Colors of #aed352

#aed352

Complementary Color

#aed352 #7752d3

#aed352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed352 Color CSS Codes

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

#aed352 Text Font Color

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

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


#aed352 Background Color

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

This div background color is #aed352


#aed352 Border Color

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

This div border color is #aed352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed352


Comments

No comments written yet.

Please login to write comment.