color codes Logo

#aefb0f color codes

#AEFB0F
(174,251,15)
0 Favorites   0 Comments

Color spaces of #aefb0f

RGB 17425115
HSL0.220.970.52
HSV80°94°98°
CMYK 0.310.000.94   0.02
XYZ52.039078.027512.7700
Yxy78.02750.36430.5463
Hunter Lab88.3332-49.424853.2619
CIE-Lab90.7925-51.271386.2270

#aefb0f color RGB value is (174,251,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 00001111
Octal 256 373 17
Decimal 174 251 15
Hex AE FB F

RGB Percentages of Color #aefb0f

%39.55
%57.05
%3.41

CMYK Percentages of Color #aefb0f

%31
%0
%94
%2

Triadic Colors of #aefb0f

#aefb0f #0faefb #fb0fae

Analogous Colors of #aefb0f

#aefb0f #38fb0f #fbd20f

Monochromatic Colors of #aefb0f

#aefb0f

Complementary Color

#aefb0f #5c0ffb

#aefb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefb0f Color CSS Codes

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

#aefb0f Text Font Color

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

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


#aefb0f Background Color

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

This div background color is #aefb0f


#aefb0f Border Color

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

This div border color is #aefb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefb0f


Comments

No comments written yet.

Please login to write comment.