Color Hex Logo

#0fb717 Color Hex

#0FB717
(15,183,23)
0 Favorites   0 Comments

Color spaces of #0fb717

RGB 1518323
HSL0.340.850.39
HSV123°92°72°
CMYK 0.920.000.87   0.28
XYZ17.285134.03046.4681
Yxy34.03040.29910.5889
Hunter Lab58.3356-49.196934.2610
CIE-Lab64.9867-65.801561.5949

#0fb717 color RGB value is (15,183,23).

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

The process color (four color CMYK) of #0fb717 color hex is 0.92, 0.00, 0.87, 0.28. Web safe color of #0fb717 is #00cc00. Color #0fb717 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110111 00010111
Octal 17 267 27
Decimal 15 183 23
Hex F B7 17

RGB Percentages of Color #0fb717

%6.79
%82.81
%10.41

CMYK Percentages of Color #0fb717

%92
%0
%87
%28

Triadic Colors of #0fb717

#0fb717 #170fb7 #b7170f

Analogous Colors of #0fb717

#0fb717 #0fb76b #5bb70f

Monochromatic Colors of #0fb717

#0fb717

Complementary Color

#0fb717 #b70faf

#0fb717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb717 Color CSS Codes

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

#0fb717 Text Font Color

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

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


#0fb717 Background Color

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

This div background color is #0fb717


#0fb717 Border Color

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

This div border color is #0fb717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb717


Comments

No comments written yet.

Please login to write comment.