Color Hex Logo

#0fc1cc Color Hex

#0FC1CC
(15,193,204)
0 Favorites   0 Comments

Color spaces of #0fc1cc

RGB 15193204
HSL0.510.860.43
HSV183°93°80°
CMYK 0.930.050.00   0.20
XYZ30.166042.601163.7597
Yxy42.60110.22100.3120
Hunter Lab65.2695-31.7233-12.2298
CIE-Lab71.2834-35.1623-16.8356

#0fc1cc color RGB value is (15,193,204).

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

The process color (four color CMYK) of #0fc1cc color hex is 0.93, 0.05, 0.00, 0.20. Web safe color of #0fc1cc is #00cccc. Color #0fc1cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11000001 11001100
Octal 17 301 314
Decimal 15 193 204
Hex F C1 CC

RGB Percentages of Color #0fc1cc

%3.64
%46.84
%49.51

CMYK Percentages of Color #0fc1cc

%93
%5
%0
%20

Triadic Colors of #0fc1cc

#0fc1cc #cc0fc1 #c1cc0f

Analogous Colors of #0fc1cc

#0fc1cc #0f63cc #0fcc79

Monochromatic Colors of #0fc1cc

#0fc1cc

Complementary Color

#0fc1cc #cc1a0f

#0fc1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc1cc Color CSS Codes

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

#0fc1cc Text Font Color

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

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


#0fc1cc Background Color

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

This div background color is #0fc1cc


#0fc1cc Border Color

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

This div border color is #0fc1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc1cc


Comments

No comments written yet.

Please login to write comment.