Color Hex Logo

#5d91ec Color Hex

#5D91EC
(93,145,236)
0 Favorites   0 Comments

Color spaces of #5d91ec

RGB 93145236
HSL0.610.790.65
HSV218°61°93°
CMYK 0.610.390.00   0.07
XYZ29.779928.634183.3142
Yxy28.63410.21010.2020
Hunter Lab53.51085.6950-54.8545
CIE-Lab60.457310.0404-51.1062

#5d91ec color RGB value is (93,145,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10010001 11101100
Octal 135 221 354
Decimal 93 145 236
Hex 5D 91 EC

RGB Percentages of Color #5d91ec

%19.62
%30.59
%49.79

CMYK Percentages of Color #5d91ec

%61
%39
%0
%7

Triadic Colors of #5d91ec

#5d91ec #ec5d91 #91ec5d

Analogous Colors of #5d91ec

#5d91ec #715dec #5dd9ec

Monochromatic Colors of #5d91ec

#5d91ec

Complementary Color

#5d91ec #ecb85d

#5d91ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d91ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d91ec Color CSS Codes

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

#5d91ec Text Font Color

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

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


#5d91ec Background Color

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

This div background color is #5d91ec


#5d91ec Border Color

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

This div border color is #5d91ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d91ec


Comments

No comments written yet.

Please login to write comment.