Color Hex Logo

#5fdcdf Color Hex

#5FDCDF
(95,220,223)
0 Favorites   0 Comments

Color spaces of #5fdcdf

RGB 95220223
HSL0.500.670.62
HSV181°57°87°
CMYK 0.570.010.00   0.13
XYZ43.631858.947078.8903
Yxy58.94700.24040.3248
Hunter Lab76.7769-32.9194-7.1781
CIE-Lab81.2625-33.5271-11.9384

#5fdcdf color RGB value is (95,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011100 11011111
Octal 137 334 337
Decimal 95 220 223
Hex 5F DC DF

RGB Percentages of Color #5fdcdf

%17.66
%40.89
%41.45

CMYK Percentages of Color #5fdcdf

%57
%1
%0
%13

Triadic Colors of #5fdcdf

#5fdcdf #df5fdc #dcdf5f

Analogous Colors of #5fdcdf

#5fdcdf #5f9cdf #5fdfa2

Monochromatic Colors of #5fdcdf

#5fdcdf

Complementary Color

#5fdcdf #df625f

#5fdcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdcdf Color CSS Codes

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

#5fdcdf Text Font Color

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

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


#5fdcdf Background Color

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

This div background color is #5fdcdf


#5fdcdf Border Color

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

This div border color is #5fdcdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,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 #5fdcdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdcdf


Comments

No comments written yet.

Please login to write comment.