Color Hex Logo

#0fbf59 Color Hex

#0FBF59
(15,191,89)
0 Favorites   0 Comments

Color spaces of #0fbf59

RGB 1519189
HSL0.400.850.40
HSV145°92°75°
CMYK 0.920.000.53   0.25
XYZ20.631038.084415.7149
Yxy38.08440.27720.5117
Hunter Lab61.7126-48.323028.1008
CIE-Lab68.0828-61.935340.0610

#0fbf59 color RGB value is (15,191,89).

#0fbf59 hex color red value is 15, green value is 191 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #0fbf59 hue: 0.40 , saturation: 0.85 and the lightness value of 0fbf59 is 0.40.

The process color (four color CMYK) of #0fbf59 color hex is 0.92, 0.00, 0.53, 0.25. Web safe color of #0fbf59 is #00cc66. Color #0fbf59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111111 01011001
Octal 17 277 131
Decimal 15 191 89
Hex F BF 59

RGB Percentages of Color #0fbf59

%5.08
%64.75
%30.17

CMYK Percentages of Color #0fbf59

%92
%0
%53
%25

Triadic Colors of #0fbf59

#0fbf59 #590fbf #bf590f

Analogous Colors of #0fbf59

#0fbf59 #0fbfb1 #1dbf0f

Monochromatic Colors of #0fbf59

#0fbf59

Complementary Color

#0fbf59 #bf0f75

#0fbf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbf59 Color CSS Codes

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

#0fbf59 Text Font Color

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

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


#0fbf59 Background Color

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

This div background color is #0fbf59


#0fbf59 Border Color

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

This div border color is #0fbf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbf59


Comments

No comments written yet.

Please login to write comment.