Color Hex Logo

#5cbbff Color Hex

#5CBBFF
(92,187,255)
0 Favorites   0 Comments

Color spaces of #5cbbff

RGB 92187255
HSL0.571.000.68
HSV205°64°100°
CMYK 0.640.270.00   0.00
XYZ40.234045.0360101.1800
Yxy45.03600.21580.2415
Hunter Lab67.1089-10.4238-42.4153
CIE-Lab72.9156-7.8332-41.8651

#5cbbff color RGB value is (92,187,255).

#5cbbff hex color red value is 92, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5cbbff hue: 0.57 , saturation: 1.00 and the lightness value of 5cbbff is 0.68.

The process color (four color CMYK) of #5cbbff color hex is 0.64, 0.27, 0.00, 0.00. Web safe color of #5cbbff is #66ccff. Color #5cbbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111011 11111111
Octal 134 273 377
Decimal 92 187 255
Hex 5C BB FF

RGB Percentages of Color #5cbbff

%17.23
%35.02
%47.75

CMYK Percentages of Color #5cbbff

%64
%27
%0
%0

Triadic Colors of #5cbbff

#5cbbff #ff5cbb #bbff5c

Analogous Colors of #5cbbff

#5cbbff #5c6aff #5cfff2

Monochromatic Colors of #5cbbff

#5cbbff

Complementary Color

#5cbbff #ffa05c

#5cbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbbff Color CSS Codes

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

#5cbbff Text Font Color

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

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


#5cbbff Background Color

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

This div background color is #5cbbff


#5cbbff Border Color

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

This div border color is #5cbbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbbff


Comments

No comments written yet.

Please login to write comment.