Color Hex Logo

#5cbcef Color Hex

#5CBCEF
(92,188,239)
0 Favorites   0 Comments

Color spaces of #5cbcef

RGB 92188239
HSL0.560.820.65
HSV201°62°94°
CMYK 0.620.210.00   0.06
XYZ37.976844.473788.2441
Yxy44.47370.22250.2605
Hunter Lab66.6886-15.0556-31.7721
CIE-Lab72.5440-13.3877-33.8063

#5cbcef color RGB value is (92,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111100 11101111
Octal 134 274 357
Decimal 92 188 239
Hex 5C BC EF

RGB Percentages of Color #5cbcef

%17.73
%36.22
%46.05

CMYK Percentages of Color #5cbcef

%62
%21
%0
%6

Triadic Colors of #5cbcef

#5cbcef #ef5cbc #bcef5c

Analogous Colors of #5cbcef

#5cbcef #5c73ef #5cefd9

Monochromatic Colors of #5cbcef

#5cbcef

Complementary Color

#5cbcef #ef8f5c

#5cbcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbcef Color CSS Codes

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

#5cbcef Text Font Color

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

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


#5cbcef Background Color

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

This div background color is #5cbcef


#5cbcef Border Color

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

This div border color is #5cbcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbcef


Comments

No comments written yet.

Please login to write comment.