Color Hex Logo

#aed475 Color Hex

#AED475
(174,212,117)
0 Favorites   0 Comments

Color spaces of #aed475

RGB 174212117
HSL0.230.520.65
HSV84°45°83°
CMYK 0.180.000.45   0.17
XYZ44.209957.370025.5730
Yxy57.37000.34770.4512
Hunter Lab75.7430-28.362833.0021
CIE-Lab80.3873-28.058642.7881

#aed475 color RGB value is (174,212,117).

#aed475 hex color red value is 174, green value is 212 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aed475 hue: 0.23 , saturation: 0.52 and the lightness value of aed475 is 0.65.

The process color (four color CMYK) of #aed475 color hex is 0.18, 0.00, 0.45, 0.17. Web safe color of #aed475 is #99cc66. Color #aed475 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 01110101
Octal 256 324 165
Decimal 174 212 117
Hex AE D4 75

RGB Percentages of Color #aed475

%34.59
%42.15
%23.26

CMYK Percentages of Color #aed475

%18
%0
%45
%17

Triadic Colors of #aed475

#aed475 #75aed4 #d475ae

Analogous Colors of #aed475

#aed475 #7fd475 #d4cb75

Monochromatic Colors of #aed475

#aed475

Complementary Color

#aed475 #9b75d4

#aed475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed475 Color CSS Codes

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

#aed475 Text Font Color

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

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


#aed475 Background Color

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

This div background color is #aed475


#aed475 Border Color

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

This div border color is #aed475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed475


Comments

No comments written yet.

Please login to write comment.