Color Hex Logo

#5fc0cd Color Hex

#5FC0CD
(95,192,205)
0 Favorites   0 Comments

Color spaces of #5fc0cd

RGB 95192205
HSL0.520.520.59
HSV187°54°80°
CMYK 0.540.060.00   0.20
XYZ34.588444.539964.5317
Yxy44.53990.24080.3100
Hunter Lab66.7382-24.2807-10.6130
CIE-Lab72.5879-24.8725-15.2590

#5fc0cd color RGB value is (95,192,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11000000 11001101
Octal 137 300 315
Decimal 95 192 205
Hex 5F C0 CD

RGB Percentages of Color #5fc0cd

%19.31
%39.02
%41.67

CMYK Percentages of Color #5fc0cd

%54
%6
%0
%20

Triadic Colors of #5fc0cd

#5fc0cd #cd5fc0 #c0cd5f

Analogous Colors of #5fc0cd

#5fc0cd #5f89cd #5fcda3

Monochromatic Colors of #5fc0cd

#5fc0cd

Complementary Color

#5fc0cd #cd6c5f

#5fc0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc0cd Color CSS Codes

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

#5fc0cd Text Font Color

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

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


#5fc0cd Background Color

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

This div background color is #5fc0cd


#5fc0cd Border Color

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

This div border color is #5fc0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc0cd


Comments

No comments written yet.

Please login to write comment.