Color Hex Logo

#aed861 Color Hex

#AED861
(174,216,97)
0 Favorites   0 Comments

Color spaces of #aed861

RGB 17421697
HSL0.230.600.61
HSV81°55°85°
CMYK 0.190.000.55   0.15
XYZ44.169158.973520.3643
Yxy58.97350.35760.4775
Hunter Lab76.7942-31.723538.0334
CIE-Lab81.2770-32.013153.3435

#aed861 color RGB value is (174,216,97).

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

The process color (four color CMYK) of #aed861 color hex is 0.19, 0.00, 0.55, 0.15. Web safe color of #aed861 is #99cc66. Color #aed861 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 01100001
Octal 256 330 141
Decimal 174 216 97
Hex AE D8 61

RGB Percentages of Color #aed861

%35.73
%44.35
%19.92

CMYK Percentages of Color #aed861

%19
%0
%55
%15

Triadic Colors of #aed861

#aed861 #61aed8 #d861ae

Analogous Colors of #aed861

#aed861 #73d861 #d8c761

Monochromatic Colors of #aed861

#aed861

Complementary Color

#aed861 #8b61d8

#aed861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed861 Color CSS Codes

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

#aed861 Text Font Color

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

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


#aed861 Background Color

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

This div background color is #aed861


#aed861 Border Color

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

This div border color is #aed861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed861


Comments

No comments written yet.

Please login to write comment.