Color Hex Logo

#aefb10 Color Hex

#AEFB10
(174,251,16)
0 Favorites   0 Comments

Color spaces of #aefb10

RGB 17425116
HSL0.220.970.52
HSV80°94°98°
CMYK 0.310.000.94   0.02
XYZ52.046378.030412.8085
Yxy78.03040.36430.5461
Hunter Lab88.3348-49.414953.2374
CIE-Lab90.7938-51.257986.1310

#aefb10 color RGB value is (174,251,16).

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

The process color (four color CMYK) of #aefb10 color hex is 0.31, 0.00, 0.94, 0.02. Web safe color of #aefb10 is #99ff00. Color #aefb10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 00010000
Octal 256 373 20
Decimal 174 251 16
Hex AE FB 10

RGB Percentages of Color #aefb10

%39.46
%56.92
%3.63

CMYK Percentages of Color #aefb10

%31
%0
%94
%2

Triadic Colors of #aefb10

#aefb10 #10aefb #fb10ae

Analogous Colors of #aefb10

#aefb10 #39fb10 #fbd310

Monochromatic Colors of #aefb10

#aefb10

Complementary Color

#aefb10 #5d10fb

#aefb10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefb10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefb10 Color CSS Codes

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

#aefb10 Text Font Color

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

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


#aefb10 Background Color

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

This div background color is #aefb10


#aefb10 Border Color

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

This div border color is #aefb10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefb10


Comments

No comments written yet.

Please login to write comment.