Color Hex Logo

#aefb12 Color Hex

#AEFB12
(174,251,18)
0 Favorites   0 Comments

Color spaces of #aefb12

RGB 17425118
HSL0.220.970.53
HSV80°93°98°
CMYK 0.310.000.93   0.02
XYZ52.061978.036712.8909
Yxy78.03670.36410.5458
Hunter Lab88.3384-49.393953.1849
CIE-Lab90.7966-51.229485.9262

#aefb12 color RGB value is (174,251,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 00010010
Octal 256 373 22
Decimal 174 251 18
Hex AE FB 12

RGB Percentages of Color #aefb12

%39.28
%56.66
%4.06

CMYK Percentages of Color #aefb12

%31
%0
%93
%2

Triadic Colors of #aefb12

#aefb12 #12aefb #fb12ae

Analogous Colors of #aefb12

#aefb12 #3afb12 #fbd412

Monochromatic Colors of #aefb12

#aefb12

Complementary Color

#aefb12 #5f12fb

#aefb12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefb12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefb12 Color CSS Codes

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

#aefb12 Text Font Color

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

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


#aefb12 Background Color

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

This div background color is #aefb12


#aefb12 Border Color

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

This div border color is #aefb12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefb12

Related Colors


Comments

No comments written yet.

Please login to write comment.