Color Hex Logo

#aede1c Color Hex

#AEDE1C
(174,222,28)
0 Favorites   0 Comments

Color spaces of #aede1c

RGB 17422228
HSL0.210.780.49
HSV75°87°87°
CMYK 0.220.000.87   0.13
XYZ43.786461.325110.6277
Yxy61.32510.37830.5299
Hunter Lab78.3103-37.236746.7708
CIE-Lab82.5532-38.635677.8341

#aede1c color RGB value is (174,222,28).

#aede1c hex color red value is 174, green value is 222 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #aede1c hue: 0.21 , saturation: 0.78 and the lightness value of aede1c is 0.49.

The process color (four color CMYK) of #aede1c color hex is 0.22, 0.00, 0.87, 0.13. Web safe color of #aede1c is #99cc33. Color #aede1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 00011100
Octal 256 336 34
Decimal 174 222 28
Hex AE DE 1C

RGB Percentages of Color #aede1c

%41.04
%52.36
%6.60

CMYK Percentages of Color #aede1c

%22
%0
%87
%13

Triadic Colors of #aede1c

#aede1c #1caede #de1cae

Analogous Colors of #aede1c

#aede1c #4dde1c #dead1c

Monochromatic Colors of #aede1c

#aede1c

Complementary Color

#aede1c #4c1cde

#aede1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aede1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aede1c Color CSS Codes

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

#aede1c Text Font Color

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

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


#aede1c Background Color

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

This div background color is #aede1c


#aede1c Border Color

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

This div border color is #aede1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aede1c


Comments

No comments written yet.

Please login to write comment.