Color Hex Logo

#0fcddb Color Hex

#0FCDDB
(15,205,219)
0 Favorites   0 Comments

Color spaces of #0fcddb

RGB 15205219
HSL0.510.870.46
HSV184°93°86°
CMYK 0.930.060.00   0.14
XYZ34.814548.878774.6174
Yxy48.87870.21990.3088
Hunter Lab69.9133-33.4612-14.3400
CIE-Lab75.3758-36.1132-18.7843

#0fcddb color RGB value is (15,205,219).

#0fcddb hex color red value is 15, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0fcddb hue: 0.51 , saturation: 0.87 and the lightness value of 0fcddb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001101 11011011
Octal 17 315 333
Decimal 15 205 219
Hex F CD DB

RGB Percentages of Color #0fcddb

%3.42
%46.70
%49.89

CMYK Percentages of Color #0fcddb

%93
%6
%0
%14

Triadic Colors of #0fcddb

#0fcddb #db0fcd #cddb0f

Analogous Colors of #0fcddb

#0fcddb #0f67db #0fdb83

Monochromatic Colors of #0fcddb

#0fcddb

Complementary Color

#0fcddb #db1d0f

#0fcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcddb Color CSS Codes

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

#0fcddb Text Font Color

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

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


#0fcddb Background Color

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

This div background color is #0fcddb


#0fcddb Border Color

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

This div border color is #0fcddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcddb


Comments

No comments written yet.

Please login to write comment.