Color Hex Logo

#0fc8bc Color Hex

#0FC8BC
(15,200,188)
0 Favorites   0 Comments

Color spaces of #0fc8bc

RGB 15200188
HSL0.490.860.42
HSV176°93°78°
CMYK 0.930.000.06   0.22
XYZ29.928445.041054.6933
Yxy45.04100.23080.3474
Hunter Lab67.1126-37.8462-1.3395
CIE-Lab72.9189-43.1096-5.6760

#0fc8bc color RGB value is (15,200,188).

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

The process color (four color CMYK) of #0fc8bc color hex is 0.93, 0.00, 0.06, 0.22. Web safe color of #0fc8bc is #00cccc. Color #0fc8bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001000 10111100
Octal 17 310 274
Decimal 15 200 188
Hex F C8 BC

RGB Percentages of Color #0fc8bc

%3.72
%49.63
%46.65

CMYK Percentages of Color #0fc8bc

%93
%0
%6
%22

Triadic Colors of #0fc8bc

#0fc8bc #bc0fc8 #c8bc0f

Analogous Colors of #0fc8bc

#0fc8bc #0f78c8 #0fc860

Monochromatic Colors of #0fc8bc

#0fc8bc

Complementary Color

#0fc8bc #c80f1b

#0fc8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc8bc Color CSS Codes

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

#0fc8bc Text Font Color

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

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


#0fc8bc Background Color

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

This div background color is #0fc8bc


#0fc8bc Border Color

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

This div border color is #0fc8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc8bc


Comments

No comments written yet.

Please login to write comment.