Color Hex Logo

#0fcc87 Color Hex

#0FCC87
(15,204,135)
0 Favorites   0 Comments

Color spaces of #0fcc87

RGB 15204135
HSL0.440.860.43
HSV158°93°80°
CMYK 0.930.000.34   0.20
XYZ26.163045.036630.2357
Yxy45.03660.25790.4440
Hunter Lab67.1093-47.851920.2638
CIE-Lab72.9160-58.006822.8216

#0fcc87 color RGB value is (15,204,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001100 10000111
Octal 17 314 207
Decimal 15 204 135
Hex F CC 87

RGB Percentages of Color #0fcc87

%4.24
%57.63
%38.14

CMYK Percentages of Color #0fcc87

%93
%0
%34
%20

Triadic Colors of #0fcc87

#0fcc87 #870fcc #cc870f

Analogous Colors of #0fcc87

#0fcc87 #0fb3cc #0fcc29

Monochromatic Colors of #0fcc87

#0fcc87

Complementary Color

#0fcc87 #cc0f54

#0fcc87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcc87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcc87 Color CSS Codes

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

#0fcc87 Text Font Color

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

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


#0fcc87 Background Color

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

This div background color is #0fcc87


#0fcc87 Border Color

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

This div border color is #0fcc87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcc87


Comments

No comments written yet.

Please login to write comment.