Color Hex Logo

#0fdcdf Color Hex

#0FDCDF
(15,220,223)
0 Favorites   0 Comments

Color spaces of #0fdcdf

RGB 15220223
HSL0.500.870.47
HSV181°93°87°
CMYK 0.930.010.00   0.13
XYZ39.109556.615778.6787
Yxy56.61570.22420.3246
Hunter Lab75.2434-38.8965-9.3265
CIE-Lab79.9630-41.7405-14.0182

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011100 11011111
Octal 17 334 337
Decimal 15 220 223
Hex F DC DF

RGB Percentages of Color #0fdcdf

%3.28
%48.03
%48.69

CMYK Percentages of Color #0fdcdf

%93
%1
%0
%13

Triadic Colors of #0fdcdf

#0fdcdf #df0fdc #dcdf0f

Analogous Colors of #0fdcdf

#0fdcdf #0f74df #0fdf7a

Monochromatic Colors of #0fdcdf

#0fdcdf

Complementary Color

#0fdcdf #df120f

#0fdcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdcdf Color CSS Codes

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

#0fdcdf Text Font Color

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

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


#0fdcdf Background Color

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

This div background color is #0fdcdf


#0fdcdf Border Color

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

This div border color is #0fdcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdcdf


Comments

No comments written yet.

Please login to write comment.