Color Hex Logo

#5c8eec Color Hex

#5C8EEC
(92,142,236)
0 Favorites   0 Comments

Color spaces of #5c8eec

RGB 92142236
HSL0.610.790.64
HSV219°61°93°
CMYK 0.610.400.00   0.07
XYZ29.227027.677483.1587
Yxy27.67740.20870.1976
Hunter Lab52.60937.0990-56.8922
CIE-Lab59.596211.6375-52.4771

#5c8eec color RGB value is (92,142,236).

#5c8eec hex color red value is 92, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5c8eec hue: 0.61 , saturation: 0.79 and the lightness value of 5c8eec is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10001110 11101100
Octal 134 216 354
Decimal 92 142 236
Hex 5C 8E EC

RGB Percentages of Color #5c8eec

%19.57
%30.21
%50.21

CMYK Percentages of Color #5c8eec

%61
%40
%0
%7

Triadic Colors of #5c8eec

#5c8eec #ec5c8e #8eec5c

Analogous Colors of #5c8eec

#5c8eec #725cec #5cd6ec

Monochromatic Colors of #5c8eec

#5c8eec

Complementary Color

#5c8eec #ecba5c

#5c8eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c8eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c8eec Color CSS Codes

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

#5c8eec Text Font Color

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

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


#5c8eec Background Color

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

This div background color is #5c8eec


#5c8eec Border Color

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

This div border color is #5c8eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c8eec


Comments

No comments written yet.

Please login to write comment.