Color Hex Logo

#0fdcdc Color Hex

#0FDCDC
(15,220,220)
0 Favorites   0 Comments

Color spaces of #0fdcdc

RGB 15220220
HSL0.500.870.46
HSV180°93°86°
CMYK 0.930.000.00   0.14
XYZ38.708556.455376.5670
Yxy56.45530.22540.3287
Hunter Lab75.1367-39.5307-7.8229
CIE-Lab79.8722-42.6249-12.5544

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011100 11011100
Octal 17 334 334
Decimal 15 220 220
Hex F DC DC

RGB Percentages of Color #0fdcdc

%3.30
%48.35
%48.35

CMYK Percentages of Color #0fdcdc

%93
%0
%0
%14

Triadic Colors of #0fdcdc

#0fdcdc #dc0fdc #dcdc0f

Analogous Colors of #0fdcdc

#0fdcdc #0f76dc #0fdc76

Monochromatic Colors of #0fdcdc

#0fdcdc

Complementary Color

#0fdcdc #dc0f0f

#0fdcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdcdc Color CSS Codes

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

#0fdcdc Text Font Color

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

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


#0fdcdc Background Color

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

This div background color is #0fdcdc


#0fdcdc Border Color

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

This div border color is #0fdcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdcdc


Comments

No comments written yet.

Please login to write comment.