Color Hex Logo

#0fdcde Color Hex

#0FDCDE
(15,220,222)
0 Favorites   0 Comments

Color spaces of #0fdcde

RGB 15220222
HSL0.500.870.46
HSV181°93°87°
CMYK 0.930.010.00   0.13
XYZ38.975056.561977.9706
Yxy56.56190.22460.3260
Hunter Lab75.2076-39.1090-8.8228
CIE-Lab79.9325-42.0362-13.5306

#0fdcde color RGB value is (15,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011100 11011110
Octal 17 334 336
Decimal 15 220 222
Hex F DC DE

RGB Percentages of Color #0fdcde

%3.28
%48.14
%48.58

CMYK Percentages of Color #0fdcde

%93
%1
%0
%13

Triadic Colors of #0fdcde

#0fdcde #de0fdc #dcde0f

Analogous Colors of #0fdcde

#0fdcde #0f75de #0fde79

Monochromatic Colors of #0fdcde

#0fdcde

Complementary Color

#0fdcde #de110f

#0fdcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdcde Color CSS Codes

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

#0fdcde Text Font Color

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

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


#0fdcde Background Color

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

This div background color is #0fdcde


#0fdcde Border Color

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

This div border color is #0fdcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdcde


Comments

No comments written yet.

Please login to write comment.