Color Hex Logo

#5cb1fc Color Hex

#5CB1FC
(92,177,252)
0 Favorites   0 Comments

Color spaces of #5cb1fc

RGB 92177252
HSL0.580.960.67
HSV208°63°99°
CMYK 0.630.300.00   0.01
XYZ37.706540.747997.9732
Yxy40.74790.21370.2310
Hunter Lab63.8341-6.2705-46.3150
CIE-Lab69.9989-3.2934-44.8097

#5cb1fc color RGB value is (92,177,252).

#5cb1fc hex color red value is 92, green value is 177 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5cb1fc hue: 0.58 , saturation: 0.96 and the lightness value of 5cb1fc is 0.67.

The process color (four color CMYK) of #5cb1fc color hex is 0.63, 0.30, 0.00, 0.01. Web safe color of #5cb1fc is #6699ff. Color #5cb1fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10110001 11111100
Octal 134 261 374
Decimal 92 177 252
Hex 5C B1 FC

RGB Percentages of Color #5cb1fc

%17.66
%33.97
%48.37

CMYK Percentages of Color #5cb1fc

%63
%30
%0
%1

Triadic Colors of #5cb1fc

#5cb1fc #fc5cb1 #b1fc5c

Analogous Colors of #5cb1fc

#5cb1fc #5c61fc #5cfcf7

Monochromatic Colors of #5cb1fc

#5cb1fc

Complementary Color

#5cb1fc #fca75c

#5cb1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb1fc Color CSS Codes

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

#5cb1fc Text Font Color

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

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


#5cb1fc Background Color

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

This div background color is #5cb1fc


#5cb1fc Border Color

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

This div border color is #5cb1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb1fc


Comments

No comments written yet.

Please login to write comment.