Color Hex Logo

#5cbfcd Color Hex

#5CBFCD
(92,191,205)
0 Favorites   0 Comments

Color spaces of #5cbfcd

RGB 92191205
HSL0.520.530.58
HSV187°55°80°
CMYK 0.550.070.00   0.20
XYZ34.063943.944764.4444
Yxy43.94470.23910.3085
Hunter Lab66.2908-24.2857-11.2350
CIE-Lab72.1915-24.9775-15.8667

#5cbfcd color RGB value is (92,191,205).

#5cbfcd hex color red value is 92, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5cbfcd hue: 0.52 , saturation: 0.53 and the lightness value of 5cbfcd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111111 11001101
Octal 134 277 315
Decimal 92 191 205
Hex 5C BF CD

RGB Percentages of Color #5cbfcd

%18.85
%39.14
%42.01

CMYK Percentages of Color #5cbfcd

%55
%7
%0
%20

Triadic Colors of #5cbfcd

#5cbfcd #cd5cbf #bfcd5c

Analogous Colors of #5cbfcd

#5cbfcd #5c87cd #5ccda3

Monochromatic Colors of #5cbfcd

#5cbfcd

Complementary Color

#5cbfcd #cd6a5c

#5cbfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbfcd Color CSS Codes

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

#5cbfcd Text Font Color

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

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


#5cbfcd Background Color

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

This div background color is #5cbfcd


#5cbfcd Border Color

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

This div border color is #5cbfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbfcd


Comments

No comments written yet.

Please login to write comment.