Color Hex Logo

#5c94ed Color Hex

#5C94ED
(92,148,237)
0 Favorites   0 Comments

Color spaces of #5c94ed

RGB 92148237
HSL0.600.800.65
HSV217°61°93°
CMYK 0.610.380.00   0.07
XYZ30.289629.569584.2318
Yxy29.56950.21020.2052
Hunter Lab54.37784.2670-53.7763
CIE-Lab61.28108.4167-50.3552

#5c94ed color RGB value is (92,148,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10010100 11101101
Octal 134 224 355
Decimal 92 148 237
Hex 5C 94 ED

RGB Percentages of Color #5c94ed

%19.29
%31.03
%49.69

CMYK Percentages of Color #5c94ed

%61
%38
%0
%7

Triadic Colors of #5c94ed

#5c94ed #ed5c94 #94ed5c

Analogous Colors of #5c94ed

#5c94ed #6d5ced #5cdded

Monochromatic Colors of #5c94ed

#5c94ed

Complementary Color

#5c94ed #edb55c

#5c94ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c94ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c94ed Color CSS Codes

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

#5c94ed Text Font Color

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

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


#5c94ed Background Color

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

This div background color is #5c94ed


#5c94ed Border Color

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

This div border color is #5c94ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,148,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 #5c94ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c94ed


Comments

No comments written yet.

Please login to write comment.