Color Hex Logo

#5c8dea Color Hex

#5C8DEA
(92,141,234)
0 Favorites   0 Comments

Color spaces of #5c8dea

RGB 92141234
HSL0.610.770.64
HSV219°61°92°
CMYK 0.610.400.00   0.08
XYZ28.789827.265681.5873
Yxy27.26560.20920.1981
Hunter Lab52.21657.0380-56.0880
CIE-Lab59.219411.5704-51.9679

#5c8dea color RGB value is (92,141,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10001101 11101010
Octal 134 215 352
Decimal 92 141 234
Hex 5C 8D EA

RGB Percentages of Color #5c8dea

%19.70
%30.19
%50.11

CMYK Percentages of Color #5c8dea

%61
%40
%0
%8

Triadic Colors of #5c8dea

#5c8dea #ea5c8d #8dea5c

Analogous Colors of #5c8dea

#5c8dea #725cea #5cd4ea

Monochromatic Colors of #5c8dea

#5c8dea

Complementary Color

#5c8dea #eab95c

#5c8dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c8dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c8dea Color CSS Codes

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

#5c8dea Text Font Color

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

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


#5c8dea Background Color

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

This div background color is #5c8dea


#5c8dea Border Color

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

This div border color is #5c8dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c8dea


Comments

No comments written yet.

Please login to write comment.