Color Hex Logo

#5d97ea Color Hex

#5D97EA
(93,151,234)
0 Favorites   0 Comments

Color spaces of #5d97ea

RGB 93151234
HSL0.600.770.64
HSV215°60°92°
CMYK 0.600.350.00   0.08
XYZ30.432130.400982.1059
Yxy30.40090.21290.2127
Hunter Lab55.13702.0308-49.6943
CIE-Lab61.99865.8583-47.5602

#5d97ea color RGB value is (93,151,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10010111 11101010
Octal 135 227 352
Decimal 93 151 234
Hex 5D 97 EA

RGB Percentages of Color #5d97ea

%19.46
%31.59
%48.95

CMYK Percentages of Color #5d97ea

%60
%35
%0
%8

Triadic Colors of #5d97ea

#5d97ea #ea5d97 #97ea5d

Analogous Colors of #5d97ea

#5d97ea #6a5dea #5ddeea

Monochromatic Colors of #5d97ea

#5d97ea

Complementary Color

#5d97ea #eab05d

#5d97ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d97ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d97ea Color CSS Codes

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

#5d97ea Text Font Color

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

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


#5d97ea Background Color

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

This div background color is #5d97ea


#5d97ea Border Color

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

This div border color is #5d97ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d97ea


Comments

No comments written yet.

Please login to write comment.