Color Hex Logo

#5cbbec Color Hex

#5CBBEC
(92,187,236)
0 Favorites   0 Comments

Color spaces of #5cbbec

RGB 92187236
HSL0.560.790.64
HSV200°61°93°
CMYK 0.610.210.00   0.07
XYZ37.324343.872185.8578
Yxy43.87210.22340.2626
Hunter Lab66.2360-15.3275-30.4889
CIE-Lab72.1429-13.7803-32.8016

#5cbbec color RGB value is (92,187,236).

#5cbbec hex color red value is 92, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5cbbec hue: 0.56 , saturation: 0.79 and the lightness value of 5cbbec is 0.64.

The process color (four color CMYK) of #5cbbec color hex is 0.61, 0.21, 0.00, 0.07. Web safe color of #5cbbec is #66ccff. Color #5cbbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111011 11101100
Octal 134 273 354
Decimal 92 187 236
Hex 5C BB EC

RGB Percentages of Color #5cbbec

%17.86
%36.31
%45.83

CMYK Percentages of Color #5cbbec

%61
%21
%0
%7

Triadic Colors of #5cbbec

#5cbbec #ec5cbb #bbec5c

Analogous Colors of #5cbbec

#5cbbec #5c73ec #5cecd5

Monochromatic Colors of #5cbbec

#5cbbec

Complementary Color

#5cbbec #ec8d5c

#5cbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbbec Color CSS Codes

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

#5cbbec Text Font Color

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

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


#5cbbec Background Color

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

This div background color is #5cbbec


#5cbbec Border Color

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

This div border color is #5cbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbbec


Comments

No comments written yet.

Please login to write comment.