Color Hex Logo

#0fb214 Color Hex

#0FB214
(15,178,20)
0 Favorites   0 Comments

Color spaces of #0fb214

RGB 1517820
HSL0.340.840.38
HSV122°92°70°
CMYK 0.920.000.89   0.30
XYZ16.243731.99295.9809
Yxy31.99290.29960.5901
Hunter Lab56.5623-47.721933.3243
CIE-Lab63.3370-64.498160.7614

#0fb214 color RGB value is (15,178,20).

#0fb214 hex color red value is 15, green value is 178 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #0fb214 hue: 0.34 , saturation: 0.84 and the lightness value of 0fb214 is 0.38.

The process color (four color CMYK) of #0fb214 color hex is 0.92, 0.00, 0.89, 0.30. Web safe color of #0fb214 is #009900. Color #0fb214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110010 00010100
Octal 17 262 24
Decimal 15 178 20
Hex F B2 14

RGB Percentages of Color #0fb214

%7.04
%83.57
%9.39

CMYK Percentages of Color #0fb214

%92
%0
%89
%30

Triadic Colors of #0fb214

#0fb214 #140fb2 #b2140f

Analogous Colors of #0fb214

#0fb214 #0fb266 #5cb20f

Monochromatic Colors of #0fb214

#0fb214

Complementary Color

#0fb214 #b20fad

#0fb214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb214 Color CSS Codes

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

#0fb214 Text Font Color

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

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


#0fb214 Background Color

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

This div background color is #0fb214


#0fb214 Border Color

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

This div border color is #0fb214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb214


Comments

No comments written yet.

Please login to write comment.