Color Hex Logo

#5cbbcd Color Hex

#5CBBCD
(92,187,205)
0 Favorites   0 Comments

Color spaces of #5cbbcd

RGB 92187205
HSL0.530.530.58
HSV190°55°80°
CMYK 0.550.090.00   0.20
XYZ33.203442.223764.1576
Yxy42.22370.23790.3025
Hunter Lab64.9798-22.5046-13.0540
CIE-Lab71.0249-22.9650-17.6286

#5cbbcd color RGB value is (92,187,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111011 11001101
Octal 134 273 315
Decimal 92 187 205
Hex 5C BB CD

RGB Percentages of Color #5cbbcd

%19.01
%38.64
%42.36

CMYK Percentages of Color #5cbbcd

%55
%9
%0
%20

Triadic Colors of #5cbbcd

#5cbbcd #cd5cbb #bbcd5c

Analogous Colors of #5cbbcd

#5cbbcd #5c83cd #5ccda7

Monochromatic Colors of #5cbbcd

#5cbbcd

Complementary Color

#5cbbcd #cd6e5c

#5cbbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbbcd Color CSS Codes

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

#5cbbcd Text Font Color

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

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


#5cbbcd Background Color

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

This div background color is #5cbbcd


#5cbbcd Border Color

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

This div border color is #5cbbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbbcd


Comments

No comments written yet.

Please login to write comment.