Color Hex Logo

#aedc75 Color Hex

#AEDC75
(174,220,117)
0 Favorites   0 Comments

Color spaces of #aedc75

RGB 174220117
HSL0.240.600.66
HSV87°47°86°
CMYK 0.210.000.47   0.14
XYZ46.259661.469426.2563
Yxy61.46940.34530.4588
Hunter Lab78.4024-31.884335.0260
CIE-Lab82.6304-31.830745.5663

#aedc75 color RGB value is (174,220,117).

#aedc75 hex color red value is 174, green value is 220 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aedc75 hue: 0.24 , saturation: 0.60 and the lightness value of aedc75 is 0.66.

The process color (four color CMYK) of #aedc75 color hex is 0.21, 0.00, 0.47, 0.14. Web safe color of #aedc75 is #99cc66. Color #aedc75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 01110101
Octal 256 334 165
Decimal 174 220 117
Hex AE DC 75

RGB Percentages of Color #aedc75

%34.05
%43.05
%22.90

CMYK Percentages of Color #aedc75

%21
%0
%47
%14

Triadic Colors of #aedc75

#aedc75 #75aedc #dc75ae

Analogous Colors of #aedc75

#aedc75 #7bdc75 #dcd775

Monochromatic Colors of #aedc75

#aedc75

Complementary Color

#aedc75 #a375dc

#aedc75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc75 Color CSS Codes

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

#aedc75 Text Font Color

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

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


#aedc75 Background Color

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

This div background color is #aedc75


#aedc75 Border Color

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

This div border color is #aedc75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc75


Comments

No comments written yet.

Please login to write comment.