Color Hex Logo

#aed671 Color Hex

#AED671
(174,214,113)
0 Favorites   0 Comments

Color spaces of #aed671

RGB 174214113
HSL0.230.550.64
HSV84°47°84°
CMYK 0.190.000.47   0.16
XYZ44.482858.284124.5282
Yxy58.28410.34940.4579
Hunter Lab76.3440-29.596834.3918
CIE-Lab80.8965-29.458145.3700

#aed671 color RGB value is (174,214,113).

#aed671 hex color red value is 174, green value is 214 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #aed671 hue: 0.23 , saturation: 0.55 and the lightness value of aed671 is 0.64.

The process color (four color CMYK) of #aed671 color hex is 0.19, 0.00, 0.47, 0.16. Web safe color of #aed671 is #99cc66. Color #aed671 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 01110001
Octal 256 326 161
Decimal 174 214 113
Hex AE D6 71

RGB Percentages of Color #aed671

%34.73
%42.71
%22.55

CMYK Percentages of Color #aed671

%19
%0
%47
%16

Triadic Colors of #aed671

#aed671 #71aed6 #d671ae

Analogous Colors of #aed671

#aed671 #7cd671 #d6cc71

Monochromatic Colors of #aed671

#aed671

Complementary Color

#aed671 #9971d6

#aed671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed671 Color CSS Codes

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

#aed671 Text Font Color

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

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


#aed671 Background Color

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

This div background color is #aed671


#aed671 Border Color

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

This div border color is #aed671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed671


Comments

No comments written yet.

Please login to write comment.