Color Hex Logo

#aedf35 Color Hex

#AEDF35
(174,223,53)
0 Favorites   0 Comments

Color spaces of #aedf35

RGB 17422353
HSL0.210.730.54
HSV77°76°87°
CMYK 0.220.000.76   0.13
XYZ44.485862.031112.9967
Yxy62.03110.37220.5190
Hunter Lab78.7598-37.007845.3480
CIE-Lab82.9300-38.214472.0950

#aedf35 color RGB value is (174,223,53).

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

The process color (four color CMYK) of #aedf35 color hex is 0.22, 0.00, 0.76, 0.13. Web safe color of #aedf35 is #99cc33. Color #aedf35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 00110101
Octal 256 337 65
Decimal 174 223 53
Hex AE DF 35

RGB Percentages of Color #aedf35

%38.67
%49.56
%11.78

CMYK Percentages of Color #aedf35

%22
%0
%76
%13

Triadic Colors of #aedf35

#aedf35 #35aedf #df35ae

Analogous Colors of #aedf35

#aedf35 #59df35 #dfbb35

Monochromatic Colors of #aedf35

#aedf35

Complementary Color

#aedf35 #6635df

#aedf35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf35 Color CSS Codes

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

#aedf35 Text Font Color

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

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


#aedf35 Background Color

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

This div background color is #aedf35


#aedf35 Border Color

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

This div border color is #aedf35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf35


Comments

No comments written yet.

Please login to write comment.