Color Hex Logo

#5cbcec Color Hex

#5CBCEC
(92,188,236)
0 Favorites   0 Comments

Color spaces of #5cbcec

RGB 92188236
HSL0.560.790.64
HSV200°61°93°
CMYK 0.610.200.00   0.07
XYZ37.537244.297985.9288
Yxy44.29790.22380.2640
Hunter Lab66.5567-15.8022-29.9574
CIE-Lab72.4272-14.3106-32.3625

#5cbcec color RGB value is (92,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111100 11101100
Octal 134 274 354
Decimal 92 188 236
Hex 5C BC EC

RGB Percentages of Color #5cbcec

%17.83
%36.43
%45.74

CMYK Percentages of Color #5cbcec

%61
%20
%0
%7

Triadic Colors of #5cbcec

#5cbcec #ec5cbc #bcec5c

Analogous Colors of #5cbcec

#5cbcec #5c74ec #5cecd4

Monochromatic Colors of #5cbcec

#5cbcec

Complementary Color

#5cbcec #ec8c5c

#5cbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbcec Color CSS Codes

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

#5cbcec Text Font Color

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

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


#5cbcec Background Color

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

This div background color is #5cbcec


#5cbcec Border Color

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

This div border color is #5cbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbcec


Comments

No comments written yet.

Please login to write comment.