Color Hex Logo

#0fc380 Color Hex

#0FC380
(15,195,128)
0 Favorites   0 Comments

Color spaces of #0fc380

RGB 15195128
HSL0.440.860.41
HSV158°92°76°
CMYK 0.920.000.34   0.24
XYZ23.608440.690327.0318
Yxy40.69030.25850.4455
Hunter Lab63.7889-45.567519.5270
CIE-Lab69.9584-56.209122.5042

#0fc380 color RGB value is (15,195,128).

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

The process color (four color CMYK) of #0fc380 color hex is 0.92, 0.00, 0.34, 0.24. Web safe color of #0fc380 is #00cc99. Color #0fc380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11000011 10000000
Octal 17 303 200
Decimal 15 195 128
Hex F C3 80

RGB Percentages of Color #0fc380

%4.44
%57.69
%37.87

CMYK Percentages of Color #0fc380

%92
%0
%34
%24

Triadic Colors of #0fc380

#0fc380 #800fc3 #c3800f

Analogous Colors of #0fc380

#0fc380 #0facc3 #0fc326

Monochromatic Colors of #0fc380

#0fc380

Complementary Color

#0fc380 #c30f52

#0fc380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc380 Color CSS Codes

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

#0fc380 Text Font Color

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

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


#0fc380 Background Color

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

This div background color is #0fc380


#0fc380 Border Color

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

This div border color is #0fc380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc380


Comments

No comments written yet.

Please login to write comment.