Color Hex Logo

#0fbe3b Color Hex

#0FBE3B
(15,190,59)
0 Favorites   0 Comments

Color spaces of #0fbe3b

RGB 1519059
HSL0.380.850.40
HSV135°92°75°
CMYK 0.920.000.69   0.25
XYZ19.399937.244210.3041
Yxy37.24420.28980.5563
Hunter Lab61.0280-50.056632.7090
CIE-Lab67.4598-65.350252.7554

#0fbe3b color RGB value is (15,190,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111110 00111011
Octal 17 276 73
Decimal 15 190 59
Hex F BE 3B

RGB Percentages of Color #0fbe3b

%5.68
%71.97
%22.35

CMYK Percentages of Color #0fbe3b

%92
%0
%69
%25

Triadic Colors of #0fbe3b

#0fbe3b #3b0fbe #be3b0f

Analogous Colors of #0fbe3b

#0fbe3b #0fbe93 #3bbe0f

Monochromatic Colors of #0fbe3b

#0fbe3b

Complementary Color

#0fbe3b #be0f92

#0fbe3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbe3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbe3b Color CSS Codes

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

#0fbe3b Text Font Color

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

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


#0fbe3b Background Color

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

This div background color is #0fbe3b


#0fbe3b Border Color

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

This div border color is #0fbe3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbe3b


Comments

No comments written yet.

Please login to write comment.