Color Hex Logo

#5fcbcd Color Hex

#5FCBCD
(95,203,205)
0 Favorites   0 Comments

Color spaces of #5fcbcd

RGB 95203205
HSL0.500.520.59
HSV181°54°80°
CMYK 0.540.010.00   0.20
XYZ37.094749.552565.3671
Yxy49.55250.24400.3260
Hunter Lab70.3935-29.1260-5.7809
CIE-Lab75.7938-30.2690-10.4535

#5fcbcd color RGB value is (95,203,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 11001101
Octal 137 313 315
Decimal 95 203 205
Hex 5F CB CD

RGB Percentages of Color #5fcbcd

%18.89
%40.36
%40.76

CMYK Percentages of Color #5fcbcd

%54
%1
%0
%20

Triadic Colors of #5fcbcd

#5fcbcd #cd5fcb #cbcd5f

Analogous Colors of #5fcbcd

#5fcbcd #5f94cd #5fcd98

Monochromatic Colors of #5fcbcd

#5fcbcd

Complementary Color

#5fcbcd #cd615f

#5fcbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbcd Color CSS Codes

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

#5fcbcd Text Font Color

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

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


#5fcbcd Background Color

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

This div background color is #5fcbcd


#5fcbcd Border Color

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

This div border color is #5fcbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbcd


Comments

No comments written yet.

Please login to write comment.