Color Hex Logo

#5fdcdc Color Hex

#5FDCDC
(95,220,220)
0 Favorites   0 Comments

Color spaces of #5fdcdc

RGB 95220220
HSL0.500.640.62
HSV180°57°86°
CMYK 0.570.000.00   0.14
XYZ43.230858.786676.7786
Yxy58.78660.24180.3288
Hunter Lab76.6724-33.5317-5.7014
CIE-Lab81.1742-34.3317-10.4734

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

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

The process color (four color CMYK) of #5fdcdc color hex is 0.57, 0.00, 0.00, 0.14. Web safe color of #5fdcdc is #66cccc. Color #5fdcdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011100 11011100
Octal 137 334 334
Decimal 95 220 220
Hex 5F DC DC

RGB Percentages of Color #5fdcdc

%17.76
%41.12
%41.12

CMYK Percentages of Color #5fdcdc

%57
%0
%0
%14

Triadic Colors of #5fdcdc

#5fdcdc #dc5fdc #dcdc5f

Analogous Colors of #5fdcdc

#5fdcdc #5f9edc #5fdc9e

Monochromatic Colors of #5fdcdc

#5fdcdc

Complementary Color

#5fdcdc #dc5f5f

#5fdcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdcdc Color CSS Codes

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

#5fdcdc Text Font Color

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

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


#5fdcdc Background Color

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

This div background color is #5fdcdc


#5fdcdc Border Color

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

This div border color is #5fdcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdcdc


Comments

No comments written yet.

Please login to write comment.