Color Hex Logo

#0fae1f Color Hex

#0FAE1F
(15,174,31)
0 Favorites   0 Comments

Color spaces of #0fae1f

RGB 1517431
HSL0.350.840.37
HSV126°91°68°
CMYK 0.910.000.82   0.32
XYZ15.580430.47266.3570
Yxy30.47260.29730.5814
Hunter Lab55.2020-46.223031.8136
CIE-Lab62.0599-62.822656.9981

#0fae1f color RGB value is (15,174,31).

#0fae1f hex color red value is 15, green value is 174 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0fae1f hue: 0.35 , saturation: 0.84 and the lightness value of 0fae1f is 0.37.

The process color (four color CMYK) of #0fae1f color hex is 0.91, 0.00, 0.82, 0.32. Web safe color of #0fae1f is #009933. Color #0fae1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101110 00011111
Octal 17 256 37
Decimal 15 174 31
Hex F AE 1F

RGB Percentages of Color #0fae1f

%6.82
%79.09
%14.09

CMYK Percentages of Color #0fae1f

%91
%0
%82
%32

Triadic Colors of #0fae1f

#0fae1f #1f0fae #ae1f0f

Analogous Colors of #0fae1f

#0fae1f #0fae6f #4fae0f

Monochromatic Colors of #0fae1f

#0fae1f

Complementary Color

#0fae1f #ae0f9e

#0fae1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fae1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fae1f Color CSS Codes

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

#0fae1f Text Font Color

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

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


#0fae1f Background Color

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

This div background color is #0fae1f


#0fae1f Border Color

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

This div border color is #0fae1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fae1f


Comments

No comments written yet.

Please login to write comment.