Color Hex Logo

#5c8eda Color Hex

#5C8EDA
(92,142,218)
0 Favorites   0 Comments

Color spaces of #5c8eda

RGB 92142218
HSL0.600.630.61
HSV216°58°85°
CMYK 0.580.350.00   0.15
XYZ26.741526.683370.0706
Yxy26.68330.21650.2161
Hunter Lab51.65592.0091-44.2671
CIE-Lab58.68005.7349-43.9133

#5c8eda color RGB value is (92,142,218).

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

The process color (four color CMYK) of #5c8eda color hex is 0.58, 0.35, 0.00, 0.15. Web safe color of #5c8eda is #6699cc. Color #5c8eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10001110 11011010
Octal 134 216 332
Decimal 92 142 218
Hex 5C 8E DA

RGB Percentages of Color #5c8eda

%20.35
%31.42
%48.23

CMYK Percentages of Color #5c8eda

%58
%35
%0
%15

Triadic Colors of #5c8eda

#5c8eda #da5c8e #8eda5c

Analogous Colors of #5c8eda

#5c8eda #695cda #5ccdda

Monochromatic Colors of #5c8eda

#5c8eda

Complementary Color

#5c8eda #daa85c

#5c8eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c8eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c8eda Color CSS Codes

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

#5c8eda Text Font Color

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

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


#5c8eda Background Color

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

This div background color is #5c8eda


#5c8eda Border Color

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

This div border color is #5c8eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c8eda


Comments

No comments written yet.

Please login to write comment.