Color Hex Logo

#0fc776 Color Hex

#0FC776
(15,199,118)
0 Favorites   0 Comments

Color spaces of #0fc776

RGB 15199118
HSL0.430.860.42
HSV154°92°78°
CMYK 0.920.000.41   0.22
XYZ23.890442.256424.0367
Yxy42.25640.26490.4686
Hunter Lab65.0049-48.156923.5799
CIE-Lab71.0473-59.656329.2071

#0fc776 color RGB value is (15,199,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11000111 01110110
Octal 17 307 166
Decimal 15 199 118
Hex F C7 76

RGB Percentages of Color #0fc776

%4.52
%59.94
%35.54

CMYK Percentages of Color #0fc776

%92
%0
%41
%22

Triadic Colors of #0fc776

#0fc776 #760fc7 #c7760f

Analogous Colors of #0fc776

#0fc776 #0fbcc7 #0fc71a

Monochromatic Colors of #0fc776

#0fc776

Complementary Color

#0fc776 #c70f60

#0fc776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc776 Color CSS Codes

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

#0fc776 Text Font Color

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

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


#0fc776 Background Color

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

This div background color is #0fc776


#0fc776 Border Color

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

This div border color is #0fc776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc776


Comments

No comments written yet.

Please login to write comment.