Color Hex Logo

#0fc764 Color Hex

#0FC764
(15,199,100)
0 Favorites   0 Comments

Color spaces of #0fc764

RGB 15199100
HSL0.410.860.42
HSV148°92°78°
CMYK 0.920.000.50   0.22
XYZ22.920741.868518.9300
Yxy41.86850.27380.5001
Hunter Lab64.7059-50.005427.9485
CIE-Lab70.7802-62.833137.9963

#0fc764 color RGB value is (15,199,100).

#0fc764 hex color red value is 15, green value is 199 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #0fc764 hue: 0.41 , saturation: 0.86 and the lightness value of 0fc764 is 0.42.

The process color (four color CMYK) of #0fc764 color hex is 0.92, 0.00, 0.50, 0.22. Web safe color of #0fc764 is #00cc66. Color #0fc764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11000111 01100100
Octal 17 307 144
Decimal 15 199 100
Hex F C7 64

RGB Percentages of Color #0fc764

%4.78
%63.38
%31.85

CMYK Percentages of Color #0fc764

%92
%0
%50
%22

Triadic Colors of #0fc764

#0fc764 #640fc7 #c7640f

Analogous Colors of #0fc764

#0fc764 #0fc7c0 #16c70f

Monochromatic Colors of #0fc764

#0fc764

Complementary Color

#0fc764 #c70f72

#0fc764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc764 Color CSS Codes

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

#0fc764 Text Font Color

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

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


#0fc764 Background Color

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

This div background color is #0fc764


#0fc764 Border Color

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

This div border color is #0fc764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc764


Comments

No comments written yet.

Please login to write comment.