Color Hex Logo

#aeec1d Color Hex

#AEEC1D
(174,236,29)
0 Favorites   0 Comments

Color spaces of #aeec1d

RGB 17423629
HSL0.220.840.52
HSV78°88°93°
CMYK 0.260.000.88   0.07
XYZ47.672869.078311.9832
Yxy69.07830.37030.5366
Hunter Lab83.1134-43.063049.6310
CIE-Lab86.5428-44.729480.9534

#aeec1d color RGB value is (174,236,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 00011101
Octal 256 354 35
Decimal 174 236 29
Hex AE EC 1D

RGB Percentages of Color #aeec1d

%39.64
%53.76
%6.61

CMYK Percentages of Color #aeec1d

%26
%0
%88
%7

Triadic Colors of #aeec1d

#aeec1d #1daeec #ec1dae

Analogous Colors of #aeec1d

#aeec1d #47ec1d #ecc31d

Monochromatic Colors of #aeec1d

#aeec1d

Complementary Color

#aeec1d #5b1dec

#aeec1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeec1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeec1d Color CSS Codes

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

#aeec1d Text Font Color

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

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


#aeec1d Background Color

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

This div background color is #aeec1d


#aeec1d Border Color

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

This div border color is #aeec1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,236,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 #aeec1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeec1d


Comments

No comments written yet.

Please login to write comment.