Color Hex Logo

#0fdcdb Color Hex

#0FDCDB
(15,220,219)
0 Favorites   0 Comments

Color spaces of #0fdcdb

RGB 15220219
HSL0.500.870.46
HSV180°93°86°
CMYK 0.930.000.00   0.14
XYZ38.576456.402475.8714
Yxy56.40240.22580.3301
Hunter Lab75.1015-39.7400-7.3267
CIE-Lab79.8423-42.9179-12.0658

#0fdcdb color RGB value is (15,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011100 11011011
Octal 17 334 333
Decimal 15 220 219
Hex F DC DB

RGB Percentages of Color #0fdcdb

%3.30
%48.46
%48.24

CMYK Percentages of Color #0fdcdb

%93
%0
%0
%14

Triadic Colors of #0fdcdb

#0fdcdb #db0fdc #dcdb0f

Analogous Colors of #0fdcdb

#0fdcdb #0f77dc #0fdc75

Monochromatic Colors of #0fdcdb

#0fdcdb

Complementary Color

#0fdcdb #dc0f10

#0fdcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdcdb Color CSS Codes

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

#0fdcdb Text Font Color

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

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


#0fdcdb Background Color

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

This div background color is #0fdcdb


#0fdcdb Border Color

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

This div border color is #0fdcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdcdb


Comments

No comments written yet.

Please login to write comment.