Color Hex Logo

#0fbf1d Color Hex

#0FBF1D
(15,191,29)
0 Favorites   0 Comments

Color spaces of #0fbf1d

RGB 1519129
HSL0.350.850.40
HSV125°92°75°
CMYK 0.920.000.85   0.25
XYZ19.049637.45197.3873
Yxy37.45190.29820.5862
Hunter Lab61.1980-51.533235.6816
CIE-Lab67.6147-67.800462.5917

#0fbf1d color RGB value is (15,191,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111111 00011101
Octal 17 277 35
Decimal 15 191 29
Hex F BF 1D

RGB Percentages of Color #0fbf1d

%6.38
%81.28
%12.34

CMYK Percentages of Color #0fbf1d

%92
%0
%85
%25

Triadic Colors of #0fbf1d

#0fbf1d #1d0fbf #bf1d0f

Analogous Colors of #0fbf1d

#0fbf1d #0fbf75 #59bf0f

Monochromatic Colors of #0fbf1d

#0fbf1d

Complementary Color

#0fbf1d #bf0fb1

#0fbf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbf1d Color CSS Codes

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

#0fbf1d Text Font Color

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

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


#0fbf1d Background Color

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

This div background color is #0fbf1d


#0fbf1d Border Color

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

This div border color is #0fbf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbf1d


Comments

No comments written yet.

Please login to write comment.