Color Hex Logo

#aeeb1d Color Hex

#AEEB1D
(174,235,29)
0 Favorites   0 Comments

Color spaces of #aeeb1d

RGB 17423529
HSL0.220.840.52
HSV78°88°92°
CMYK 0.260.000.88   0.08
XYZ47.385768.504011.8875
Yxy68.50400.37080.5361
Hunter Lab82.7671-42.648049.4214
CIE-Lab86.2578-44.300280.7179

#aeeb1d color RGB value is (174,235,29).

#aeeb1d hex color red value is 174, green value is 235 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #aeeb1d hue: 0.22 , saturation: 0.84 and the lightness value of aeeb1d is 0.52.

The process color (four color CMYK) of #aeeb1d color hex is 0.26, 0.00, 0.88, 0.08. Web safe color of #aeeb1d is #99ff33. Color #aeeb1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 00011101
Octal 256 353 35
Decimal 174 235 29
Hex AE EB 1D

RGB Percentages of Color #aeeb1d

%39.73
%53.65
%6.62

CMYK Percentages of Color #aeeb1d

%26
%0
%88
%8

Triadic Colors of #aeeb1d

#aeeb1d #1daeeb #eb1dae

Analogous Colors of #aeeb1d

#aeeb1d #47eb1d #ebc11d

Monochromatic Colors of #aeeb1d

#aeeb1d

Complementary Color

#aeeb1d #5a1deb

#aeeb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeb1d Color CSS Codes

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

#aeeb1d Text Font Color

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

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


#aeeb1d Background Color

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

This div background color is #aeeb1d


#aeeb1d Border Color

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

This div border color is #aeeb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeb1d


Comments

No comments written yet.

Please login to write comment.