Color Hex Logo

#0fcccd Color Hex

#0FCCCD
(15,204,205)
0 Favorites   0 Comments

Color spaces of #0fcccd

RGB 15204205
HSL0.500.860.43
HSV180°93°80°
CMYK 0.930.000.00   0.20
XYZ32.809347.695165.2344
Yxy47.69510.22510.3273
Hunter Lab69.0616-36.0574-7.6611
CIE-Lab74.6322-39.9127-12.3419

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001100 11001101
Octal 17 314 315
Decimal 15 204 205
Hex F CC CD

RGB Percentages of Color #0fcccd

%3.54
%48.11
%48.35

CMYK Percentages of Color #0fcccd

%93
%0
%0
%20

Triadic Colors of #0fcccd

#0fcccd #cd0fcc #cccd0f

Analogous Colors of #0fcccd

#0fcccd #0f6dcd #0fcd6f

Monochromatic Colors of #0fcccd

#0fcccd

Complementary Color

#0fcccd #cd100f

#0fcccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcccd Color CSS Codes

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

#0fcccd Text Font Color

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

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


#0fcccd Background Color

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

This div background color is #0fcccd


#0fcccd Border Color

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

This div border color is #0fcccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcccd


Comments

No comments written yet.

Please login to write comment.