Color Hex Logo

#5d9eca Color Hex

#5D9ECA
(93,158,202)
0 Favorites   0 Comments

Color spaces of #5d9eca

RGB 93158202
HSL0.570.510.58
HSV204°54°79°
CMYK 0.540.220.00   0.21
XYZ27.401731.045160.4252
Yxy31.04510.23050.2612
Hunter Lab55.7181-9.7220-25.2961
CIE-Lab62.5457-8.2531-28.9313

#5d9eca color RGB value is (93,158,202).

#5d9eca hex color red value is 93, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5d9eca hue: 0.57 , saturation: 0.51 and the lightness value of 5d9eca is 0.58.

The process color (four color CMYK) of #5d9eca color hex is 0.54, 0.22, 0.00, 0.21. Web safe color of #5d9eca is #6699cc. Color #5d9eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10011110 11001010
Octal 135 236 312
Decimal 93 158 202
Hex 5D 9E CA

RGB Percentages of Color #5d9eca

%20.53
%34.88
%44.59

CMYK Percentages of Color #5d9eca

%54
%22
%0
%21

Triadic Colors of #5d9eca

#5d9eca #ca5d9e #9eca5d

Analogous Colors of #5d9eca

#5d9eca #5d68ca #5dcac0

Monochromatic Colors of #5d9eca

#5d9eca

Complementary Color

#5d9eca #ca895d

#5d9eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d9eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d9eca Color CSS Codes

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

#5d9eca Text Font Color

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

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


#5d9eca Background Color

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

This div background color is #5d9eca


#5d9eca Border Color

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

This div border color is #5d9eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,158,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d9eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d9eca;
  -webkit-box-shadow: 1px 1px 3px 2px #5d9eca;
  box-shadow:         1px 1px 3px 2px #5d9eca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,158,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d9eca


Comments

No comments written yet.

Please login to write comment.