Color Hex Logo

#5c7fee Color Hex

#5C7FEE
(92,127,238)
0 Favorites   0 Comments

Color spaces of #5c7fee

RGB 92127238
HSL0.630.810.65
HSV226°61°93°
CMYK 0.610.470.00   0.07
XYZ27.435623.627184.0034
Yxy23.62710.20310.1749
Hunter Lab48.607715.6871-68.4390
CIE-Lab55.712521.3365-59.7900

#5c7fee color RGB value is (92,127,238).

#5c7fee hex color red value is 92, green value is 127 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5c7fee hue: 0.63 , saturation: 0.81 and the lightness value of 5c7fee is 0.65.

The process color (four color CMYK) of #5c7fee color hex is 0.61, 0.47, 0.00, 0.07. Web safe color of #5c7fee is #6666ff. Color #5c7fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01111111 11101110
Octal 134 177 356
Decimal 92 127 238
Hex 5C 7F EE

RGB Percentages of Color #5c7fee

%20.13
%27.79
%52.08

CMYK Percentages of Color #5c7fee

%61
%47
%0
%7

Triadic Colors of #5c7fee

#5c7fee #ee5c7f #7fee5c

Analogous Colors of #5c7fee

#5c7fee #825cee #5cc8ee

Monochromatic Colors of #5c7fee

#5c7fee

Complementary Color

#5c7fee #eecb5c

#5c7fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c7fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c7fee Color CSS Codes

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

#5c7fee Text Font Color

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

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


#5c7fee Background Color

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

This div background color is #5c7fee


#5c7fee Border Color

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

This div border color is #5c7fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c7fee


Comments

No comments written yet.

Please login to write comment.