Color Hex Logo

#5cbbed Color Hex

#5CBBED
(92,187,237)
0 Favorites   0 Comments

Color spaces of #5cbbed

RGB 92187237
HSL0.560.800.65
HSV201°61°93°
CMYK 0.610.210.00   0.07
XYZ37.470043.930486.6253
Yxy43.93040.22300.2615
Hunter Lab66.2800-15.0788-31.0936
CIE-Lab72.1820-13.4727-33.2833

#5cbbed color RGB value is (92,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111011 11101101
Octal 134 273 355
Decimal 92 187 237
Hex 5C BB ED

RGB Percentages of Color #5cbbed

%17.83
%36.24
%45.93

CMYK Percentages of Color #5cbbed

%61
%21
%0
%7

Triadic Colors of #5cbbed

#5cbbed #ed5cbb #bbed5c

Analogous Colors of #5cbbed

#5cbbed #5c73ed #5cedd7

Monochromatic Colors of #5cbbed

#5cbbed

Complementary Color

#5cbbed #ed8e5c

#5cbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbbed Color CSS Codes

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

#5cbbed Text Font Color

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

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


#5cbbed Background Color

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

This div background color is #5cbbed


#5cbbed Border Color

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

This div border color is #5cbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbbed


Comments

No comments written yet.

Please login to write comment.