Color Hex Logo

#5cbecc Color Hex

#5CBECC
(92,190,204)
0 Favorites   0 Comments

Color spaces of #5cbecc

RGB 92190204
HSL0.520.520.58
HSV188°55°80°
CMYK 0.550.070.00   0.20
XYZ33.726243.461963.7382
Yxy43.46190.23930.3084
Hunter Lab65.9256-24.0529-11.1748
CIE-Lab71.8674-24.7578-15.8099

#5cbecc color RGB value is (92,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111110 11001100
Octal 134 276 314
Decimal 92 190 204
Hex 5C BE CC

RGB Percentages of Color #5cbecc

%18.93
%39.09
%41.98

CMYK Percentages of Color #5cbecc

%55
%7
%0
%20

Triadic Colors of #5cbecc

#5cbecc #cc5cbe #becc5c

Analogous Colors of #5cbecc

#5cbecc #5c86cc #5ccca2

Monochromatic Colors of #5cbecc

#5cbecc

Complementary Color

#5cbecc #cc6a5c

#5cbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbecc Color CSS Codes

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

#5cbecc Text Font Color

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

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


#5cbecc Background Color

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

This div background color is #5cbecc


#5cbecc Border Color

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

This div border color is #5cbecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,190,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbecc


Comments

No comments written yet.

Please login to write comment.