Color Hex Logo

#aeed10 Color Hex

#AEED10
(174,237,16)
0 Favorites   0 Comments

Color spaces of #aeed10

RGB 17423716
HSL0.210.870.50
HSV77°93°93°
CMYK 0.270.000.93   0.07
XYZ47.833369.604511.4041
Yxy69.60450.37130.5402
Hunter Lab83.4293-43.660250.2961
CIE-Lab86.8025-45.403682.9706

#aeed10 color RGB value is (174,237,16).

#aeed10 hex color red value is 174, green value is 237 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #aeed10 hue: 0.21 , saturation: 0.87 and the lightness value of aeed10 is 0.50.

The process color (four color CMYK) of #aeed10 color hex is 0.27, 0.00, 0.93, 0.07. Web safe color of #aeed10 is #99ff00. Color #aeed10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 00010000
Octal 256 355 20
Decimal 174 237 16
Hex AE ED 10

RGB Percentages of Color #aeed10

%40.75
%55.50
%3.75

CMYK Percentages of Color #aeed10

%27
%0
%93
%7

Triadic Colors of #aeed10

#aeed10 #10aeed #ed10ae

Analogous Colors of #aeed10

#aeed10 #40ed10 #edbe10

Monochromatic Colors of #aeed10

#aeed10

Complementary Color

#aeed10 #4f10ed

#aeed10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeed10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeed10 Color CSS Codes

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

#aeed10 Text Font Color

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

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


#aeed10 Background Color

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

This div background color is #aeed10


#aeed10 Border Color

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

This div border color is #aeed10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeed10


Comments

No comments written yet.

Please login to write comment.