Color Hex Logo

#5fd9cf Color Hex

#5FD9CF
(95,217,207)
0 Favorites   0 Comments

Color spaces of #5fd9cf

RGB 95217207
HSL0.490.620.61
HSV175°56°85°
CMYK 0.560.000.05   0.15
XYZ40.794756.563667.7992
Yxy56.56360.24700.3425
Hunter Lab75.2088-34.7935-0.8026
CIE-Lab79.9335-36.3470-5.3831

#5fd9cf color RGB value is (95,217,207).

#5fd9cf hex color red value is 95, green value is 217 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5fd9cf hue: 0.49 , saturation: 0.62 and the lightness value of 5fd9cf is 0.61.

The process color (four color CMYK) of #5fd9cf color hex is 0.56, 0.00, 0.05, 0.15. Web safe color of #5fd9cf is #66cccc. Color #5fd9cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011001 11001111
Octal 137 331 317
Decimal 95 217 207
Hex 5F D9 CF

RGB Percentages of Color #5fd9cf

%18.30
%41.81
%39.88

CMYK Percentages of Color #5fd9cf

%56
%0
%5
%15

Triadic Colors of #5fd9cf

#5fd9cf #cf5fd9 #d9cf5f

Analogous Colors of #5fd9cf

#5fd9cf #5fa6d9 #5fd992

Monochromatic Colors of #5fd9cf

#5fd9cf

Complementary Color

#5fd9cf #d95f69

#5fd9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd9cf Color CSS Codes

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

#5fd9cf Text Font Color

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

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


#5fd9cf Background Color

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

This div background color is #5fd9cf


#5fd9cf Border Color

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

This div border color is #5fd9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd9cf


Comments

No comments written yet.

Please login to write comment.