Color Hex Logo

#aedf58 Color Hex

#AEDF58
(174,223,88)
0 Favorites   0 Comments

Color spaces of #aedf58

RGB 17422388
HSL0.230.680.61
HSV82°61°87°
CMYK 0.220.000.61   0.13
XYZ45.604762.478618.8885
Yxy62.47860.35920.4921
Hunter Lab79.0434-35.339041.1622
CIE-Lab83.1673-36.009559.4350

#aedf58 color RGB value is (174,223,88).

#aedf58 hex color red value is 174, green value is 223 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #aedf58 hue: 0.23 , saturation: 0.68 and the lightness value of aedf58 is 0.61.

The process color (four color CMYK) of #aedf58 color hex is 0.22, 0.00, 0.61, 0.13. Web safe color of #aedf58 is #99cc66. Color #aedf58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 01011000
Octal 256 337 130
Decimal 174 223 88
Hex AE DF 58

RGB Percentages of Color #aedf58

%35.88
%45.98
%18.14

CMYK Percentages of Color #aedf58

%22
%0
%61
%13

Triadic Colors of #aedf58

#aedf58 #58aedf #df58ae

Analogous Colors of #aedf58

#aedf58 #6bdf58 #dfcd58

Monochromatic Colors of #aedf58

#aedf58

Complementary Color

#aedf58 #8958df

#aedf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf58 Color CSS Codes

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

#aedf58 Text Font Color

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

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


#aedf58 Background Color

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

This div background color is #aedf58


#aedf58 Border Color

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

This div border color is #aedf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf58


Comments

No comments written yet.

Please login to write comment.