Color Hex Logo

#0fbc3a Color Hex

#0FBC3A
(15,188,58)
0 Favorites   0 Comments

Color spaces of #0fbc3a

RGB 1518858
HSL0.370.850.40
HSV135°92°74°
CMYK 0.920.000.69   0.26
XYZ18.943936.373510.0253
Yxy36.37350.28990.5567
Hunter Lab60.3104-49.475332.3616
CIE-Lab66.8043-64.849652.4547

#0fbc3a color RGB value is (15,188,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111100 00111010
Octal 17 274 72
Decimal 15 188 58
Hex F BC 3A

RGB Percentages of Color #0fbc3a

%5.75
%72.03
%22.22

CMYK Percentages of Color #0fbc3a

%92
%0
%69
%26

Triadic Colors of #0fbc3a

#0fbc3a #3a0fbc #bc3a0f

Analogous Colors of #0fbc3a

#0fbc3a #0fbc91 #3bbc0f

Monochromatic Colors of #0fbc3a

#0fbc3a

Complementary Color

#0fbc3a #bc0f91

#0fbc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbc3a Color CSS Codes

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

#0fbc3a Text Font Color

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

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


#0fbc3a Background Color

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

This div background color is #0fbc3a


#0fbc3a Border Color

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

This div border color is #0fbc3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbc3a


Comments

No comments written yet.

Please login to write comment.