Color Hex Logo

#5fc0cf Color Hex

#5FC0CF
(95,192,207)
0 Favorites   0 Comments

Color spaces of #5fc0cf

RGB 95192207
HSL0.520.540.59
HSV188°54°81°
CMYK 0.540.070.00   0.19
XYZ34.831444.637265.8115
Yxy44.63720.23980.3072
Hunter Lab66.8111-23.8599-11.6352
CIE-Lab72.6524-24.3163-16.2512

#5fc0cf color RGB value is (95,192,207).

#5fc0cf hex color red value is 95, green value is 192 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5fc0cf hue: 0.52 , saturation: 0.54 and the lightness value of 5fc0cf is 0.59.

The process color (four color CMYK) of #5fc0cf color hex is 0.54, 0.07, 0.00, 0.19. Web safe color of #5fc0cf is #66cccc. Color #5fc0cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11000000 11001111
Octal 137 300 317
Decimal 95 192 207
Hex 5F C0 CF

RGB Percentages of Color #5fc0cf

%19.23
%38.87
%41.90

CMYK Percentages of Color #5fc0cf

%54
%7
%0
%19

Triadic Colors of #5fc0cf

#5fc0cf #cf5fc0 #c0cf5f

Analogous Colors of #5fc0cf

#5fc0cf #5f88cf #5fcfa6

Monochromatic Colors of #5fc0cf

#5fc0cf

Complementary Color

#5fc0cf #cf6e5f

#5fc0cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc0cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc0cf Color CSS Codes

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

#5fc0cf Text Font Color

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

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


#5fc0cf Background Color

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

This div background color is #5fc0cf


#5fc0cf Border Color

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

This div border color is #5fc0cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc0cf


Comments

No comments written yet.

Please login to write comment.