Color Hex Logo

#5c99fa Color Hex

#5C99FA
(92,153,250)
0 Favorites   0 Comments

Color spaces of #5c99fa

RGB 92153250
HSL0.600.940.67
HSV217°63°98°
CMYK 0.630.390.00   0.02
XYZ33.060231.959994.8689
Yxy31.95990.20680.1999
Hunter Lab56.53315.4528-59.9221
CIE-Lab63.30979.7829-54.2816

#5c99fa color RGB value is (92,153,250).

#5c99fa hex color red value is 92, green value is 153 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5c99fa hue: 0.60 , saturation: 0.94 and the lightness value of 5c99fa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10011001 11111010
Octal 134 231 372
Decimal 92 153 250
Hex 5C 99 FA

RGB Percentages of Color #5c99fa

%18.59
%30.91
%50.51

CMYK Percentages of Color #5c99fa

%63
%39
%0
%2

Triadic Colors of #5c99fa

#5c99fa #fa5c99 #99fa5c

Analogous Colors of #5c99fa

#5c99fa #6e5cfa #5ce8fa

Monochromatic Colors of #5c99fa

#5c99fa

Complementary Color

#5c99fa #fabd5c

#5c99fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c99fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c99fa Color CSS Codes

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

#5c99fa Text Font Color

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

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


#5c99fa Background Color

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

This div background color is #5c99fa


#5c99fa Border Color

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

This div border color is #5c99fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c99fa


Comments

No comments written yet.

Please login to write comment.