Color Hex Logo

#aedf3f Color Hex

#AEDF3F
(174,223,63)
0 Favorites   0 Comments

Color spaces of #aedf3f

RGB 17422363
HSL0.220.710.56
HSV78°72°87°
CMYK 0.220.000.72   0.13
XYZ44.740462.132914.3374
Yxy62.13290.36910.5126
Hunter Lab78.8244-36.626944.3928
CIE-Lab82.9840-37.708368.9124

#aedf3f color RGB value is (174,223,63).

#aedf3f hex color red value is 174, green value is 223 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aedf3f hue: 0.22 , saturation: 0.71 and the lightness value of aedf3f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 00111111
Octal 256 337 77
Decimal 174 223 63
Hex AE DF 3F

RGB Percentages of Color #aedf3f

%37.83
%48.48
%13.70

CMYK Percentages of Color #aedf3f

%22
%0
%72
%13

Triadic Colors of #aedf3f

#aedf3f #3faedf #df3fae

Analogous Colors of #aedf3f

#aedf3f #5edf3f #dfc03f

Monochromatic Colors of #aedf3f

#aedf3f

Complementary Color

#aedf3f #703fdf

#aedf3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf3f Color CSS Codes

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

#aedf3f Text Font Color

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

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


#aedf3f Background Color

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

This div background color is #aedf3f


#aedf3f Border Color

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

This div border color is #aedf3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf3f


Comments

No comments written yet.

Please login to write comment.