Color Hex Logo

#0fbe4b Color Hex

#0FBE4B
(15,190,75)
0 Favorites   0 Comments

Color spaces of #0fbe4b

RGB 1519075
HSL0.390.850.40
HSV141°92°75°
CMYK 0.920.000.61   0.25
XYZ19.880537.436512.8348
Yxy37.43650.28340.5336
Hunter Lab61.1854-49.075830.3926
CIE-Lab67.6032-63.557146.0802

#0fbe4b color RGB value is (15,190,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111110 01001011
Octal 17 276 113
Decimal 15 190 75
Hex F BE 4B

RGB Percentages of Color #0fbe4b

%5.36
%67.86
%26.79

CMYK Percentages of Color #0fbe4b

%92
%0
%61
%25

Triadic Colors of #0fbe4b

#0fbe4b #4b0fbe #be4b0f

Analogous Colors of #0fbe4b

#0fbe4b #0fbea3 #2bbe0f

Monochromatic Colors of #0fbe4b

#0fbe4b

Complementary Color

#0fbe4b #be0f82

#0fbe4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbe4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbe4b Color CSS Codes

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

#0fbe4b Text Font Color

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

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


#0fbe4b Background Color

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

This div background color is #0fbe4b


#0fbe4b Border Color

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

This div border color is #0fbe4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbe4b


Comments

No comments written yet.

Please login to write comment.