Color Hex Logo

#aed935 Color Hex

#AED935
(174,217,53)
0 Favorites   0 Comments

Color spaces of #aed935

RGB 17421753
HSL0.210.680.53
HSV76°76°85°
CMYK 0.200.000.76   0.15
XYZ42.911058.881412.4718
Yxy58.88140.37550.5153
Hunter Lab76.7342-34.464844.0774
CIE-Lab81.2264-35.507370.5017

#aed935 color RGB value is (174,217,53).

#aed935 hex color red value is 174, green value is 217 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #aed935 hue: 0.21 , saturation: 0.68 and the lightness value of aed935 is 0.53.

The process color (four color CMYK) of #aed935 color hex is 0.20, 0.00, 0.76, 0.15. Web safe color of #aed935 is #99cc33. Color #aed935 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 00110101
Octal 256 331 65
Decimal 174 217 53
Hex AE D9 35

RGB Percentages of Color #aed935

%39.19
%48.87
%11.94

CMYK Percentages of Color #aed935

%20
%0
%76
%15

Triadic Colors of #aed935

#aed935 #35aed9 #d935ae

Analogous Colors of #aed935

#aed935 #5cd935 #d9b235

Monochromatic Colors of #aed935

#aed935

Complementary Color

#aed935 #6035d9

#aed935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed935 Color CSS Codes

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

#aed935 Text Font Color

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

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


#aed935 Background Color

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

This div background color is #aed935


#aed935 Border Color

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

This div border color is #aed935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed935


Comments

No comments written yet.

Please login to write comment.