Color Hex Logo

#0fd70b Color Hex

#0FD70B
(15,215,11)
0 Favorites   0 Comments

Color spaces of #0fd70b

RGB 1521511
HSL0.330.900.44
HSV119°95°84°
CMYK 0.930.000.95   0.16
XYZ24.557848.72668.4275
Yxy48.72660.30050.5963
Hunter Lab69.8044-59.359941.7050
CIE-Lab75.2809-74.993172.1476

#0fd70b color RGB value is (15,215,11).

#0fd70b hex color red value is 15, green value is 215 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #0fd70b hue: 0.33 , saturation: 0.90 and the lightness value of 0fd70b is 0.44.

The process color (four color CMYK) of #0fd70b color hex is 0.93, 0.00, 0.95, 0.16. Web safe color of #0fd70b is #00cc00. Color #0fd70b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11010111 00001011
Octal 17 327 13
Decimal 15 215 11
Hex F D7 B

RGB Percentages of Color #0fd70b

%6.22
%89.21
%4.56

CMYK Percentages of Color #0fd70b

%93
%0
%95
%16

Triadic Colors of #0fd70b

#0fd70b #0b0fd7 #d70b0f

Analogous Colors of #0fd70b

#0fd70b #0bd76d #75d70b

Monochromatic Colors of #0fd70b

#0fd70b

Complementary Color

#0fd70b #d30bd7

#0fd70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fd70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fd70b Color CSS Codes

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

#0fd70b Text Font Color

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

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


#0fd70b Background Color

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

This div background color is #0fd70b


#0fd70b Border Color

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

This div border color is #0fd70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fd70b


Comments

No comments written yet.

Please login to write comment.