Color Hex Logo

#aed81b Color Hex

#AED81B
(174,216,27)
0 Favorites   0 Comments

Color spaces of #aed81b

RGB 17421627
HSL0.200.780.48
HSV73°88°85°
CMYK 0.190.000.88   0.15
XYZ42.209358.189510.0440
Yxy58.18950.38220.5269
Hunter Lab76.2820-34.723845.5908
CIE-Lab80.8440-35.961676.6050

#aed81b color RGB value is (174,216,27).

#aed81b hex color red value is 174, green value is 216 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #aed81b hue: 0.20 , saturation: 0.78 and the lightness value of aed81b is 0.48.

The process color (four color CMYK) of #aed81b color hex is 0.19, 0.00, 0.88, 0.15. Web safe color of #aed81b is #99cc33. Color #aed81b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 00011011
Octal 256 330 33
Decimal 174 216 27
Hex AE D8 1B

RGB Percentages of Color #aed81b

%41.73
%51.80
%6.47

CMYK Percentages of Color #aed81b

%19
%0
%88
%15

Triadic Colors of #aed81b

#aed81b #1baed8 #d81bae

Analogous Colors of #aed81b

#aed81b #4fd81b #d8a41b

Monochromatic Colors of #aed81b

#aed81b

Complementary Color

#aed81b #451bd8

#aed81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed81b Color CSS Codes

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

#aed81b Text Font Color

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

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


#aed81b Background Color

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

This div background color is #aed81b


#aed81b Border Color

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

This div border color is #aed81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed81b


Comments

No comments written yet.

Please login to write comment.