Color Hex Logo

#aedf0f Color Hex

#AEDF0F
(174,223,15)
0 Favorites   0 Comments

Color spaces of #aedf0f

RGB 17422315
HSL0.210.870.47
HSV74°93°87°
CMYK 0.220.000.93   0.13
XYZ43.929561.808510.0668
Yxy61.80850.37930.5337
Hunter Lab78.6184-37.841947.4410
CIE-Lab82.8115-39.328779.9288

#aedf0f color RGB value is (174,223,15).

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

The process color (four color CMYK) of #aedf0f color hex is 0.22, 0.00, 0.93, 0.13. Web safe color of #aedf0f is #99cc00. Color #aedf0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 00001111
Octal 256 337 17
Decimal 174 223 15
Hex AE DF F

RGB Percentages of Color #aedf0f

%42.23
%54.13
%3.64

CMYK Percentages of Color #aedf0f

%22
%0
%93
%13

Triadic Colors of #aedf0f

#aedf0f #0faedf #df0fae

Analogous Colors of #aedf0f

#aedf0f #46df0f #dfa80f

Monochromatic Colors of #aedf0f

#aedf0f

Complementary Color

#aedf0f #400fdf

#aedf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf0f Color CSS Codes

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

#aedf0f Text Font Color

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

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


#aedf0f Background Color

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

This div background color is #aedf0f


#aedf0f Border Color

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

This div border color is #aedf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf0f


Comments

No comments written yet.

Please login to write comment.