Color Hex Logo

#0fae40 Color Hex

#0FAE40
(15,174,64)
0 Favorites   0 Comments

Color spaces of #0fae40

RGB 1517464
HSL0.380.840.37
HSV138°91°68°
CMYK 0.910.000.63   0.32
XYZ16.258530.74389.9277
Yxy30.74380.28560.5400
Hunter Lab55.4471-44.691728.1972
CIE-Lab62.2908-59.904144.9667

#0fae40 color RGB value is (15,174,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101110 01000000
Octal 17 256 100
Decimal 15 174 64
Hex F AE 40

RGB Percentages of Color #0fae40

%5.93
%68.77
%25.30

CMYK Percentages of Color #0fae40

%91
%0
%63
%32

Triadic Colors of #0fae40

#0fae40 #400fae #ae400f

Analogous Colors of #0fae40

#0fae40 #0fae90 #2eae0f

Monochromatic Colors of #0fae40

#0fae40

Complementary Color

#0fae40 #ae0f7d

#0fae40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fae40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fae40 Color CSS Codes

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

#0fae40 Text Font Color

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

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


#0fae40 Background Color

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

This div background color is #0fae40


#0fae40 Border Color

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

This div border color is #0fae40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fae40


Comments

No comments written yet.

Please login to write comment.