Color Hex Logo

#0fcccf Color Hex

#0FCCCF
(15,204,207)
0 Favorites   0 Comments

Color spaces of #0fcccf

RGB 15204207
HSL0.500.860.44
HSV181°93°81°
CMYK 0.930.010.00   0.19
XYZ33.052447.792366.5143
Yxy47.79230.22430.3243
Hunter Lab69.1320-35.6391-8.6526
CIE-Lab74.6937-39.3137-13.3314

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001100 11001111
Octal 17 314 317
Decimal 15 204 207
Hex F CC CF

RGB Percentages of Color #0fcccf

%3.52
%47.89
%48.59

CMYK Percentages of Color #0fcccf

%93
%1
%0
%19

Triadic Colors of #0fcccf

#0fcccf #cf0fcc #cccf0f

Analogous Colors of #0fcccf

#0fcccf #0f6ccf #0fcf72

Monochromatic Colors of #0fcccf

#0fcccf

Complementary Color

#0fcccf #cf120f

#0fcccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcccf Color CSS Codes

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

#0fcccf Text Font Color

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

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


#0fcccf Background Color

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

This div background color is #0fcccf


#0fcccf Border Color

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

This div border color is #0fcccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcccf


Comments

No comments written yet.

Please login to write comment.