Color Hex Logo

#0fcccc Color Hex

#0FCCCC
(15,204,204)
0 Favorites   0 Comments

Color spaces of #0fcccc

RGB 15204204
HSL0.500.860.43
HSV180°93°80°
CMYK 0.930.000.00   0.20
XYZ32.689047.646964.6006
Yxy47.64690.22550.3287
Hunter Lab69.0267-36.2645-7.1695
CIE-Lab74.6017-40.2102-11.8468

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001100 11001100
Octal 17 314 314
Decimal 15 204 204
Hex F CC CC

RGB Percentages of Color #0fcccc

%3.55
%48.23
%48.23

CMYK Percentages of Color #0fcccc

%93
%0
%0
%20

Triadic Colors of #0fcccc

#0fcccc #cc0fcc #cccc0f

Analogous Colors of #0fcccc

#0fcccc #0f6ecc #0fcc6e

Monochromatic Colors of #0fcccc

#0fcccc

Complementary Color

#0fcccc #cc0f0f

#0fcccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcccc Color CSS Codes

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

#0fcccc Text Font Color

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

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


#0fcccc Background Color

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

This div background color is #0fcccc


#0fcccc Border Color

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

This div border color is #0fcccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,204,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 #0fcccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcccc


Comments

No comments written yet.

Please login to write comment.