Color Hex Logo

#aed951 Color Hex

#AED951
(174,217,81)
0 Favorites   0 Comments

Color spaces of #aed951

RGB 17421781
HSL0.220.640.58
HSV79°63°85°
CMYK 0.200.000.63   0.15
XYZ43.753659.218516.9088
Yxy59.21850.36500.4940
Hunter Lab76.9536-33.178740.8399
CIE-Lab81.4116-33.811260.4495

#aed951 color RGB value is (174,217,81).

#aed951 hex color red value is 174, green value is 217 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #aed951 hue: 0.22 , saturation: 0.64 and the lightness value of aed951 is 0.58.

The process color (four color CMYK) of #aed951 color hex is 0.20, 0.00, 0.63, 0.15. Web safe color of #aed951 is #99cc66. Color #aed951 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 01010001
Octal 256 331 121
Decimal 174 217 81
Hex AE D9 51

RGB Percentages of Color #aed951

%36.86
%45.97
%17.16

CMYK Percentages of Color #aed951

%20
%0
%63
%15

Triadic Colors of #aed951

#aed951 #51aed9 #d951ae

Analogous Colors of #aed951

#aed951 #6ad951 #d9c051

Monochromatic Colors of #aed951

#aed951

Complementary Color

#aed951 #7c51d9

#aed951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed951 Color CSS Codes

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

#aed951 Text Font Color

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

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


#aed951 Background Color

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

This div background color is #aed951


#aed951 Border Color

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

This div border color is #aed951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed951


Comments

No comments written yet.

Please login to write comment.