Color Hex Logo

#5ea3bd Color Hex

#5EA3BD
(94,163,189)
0 Favorites   0 Comments

Color spaces of #5ea3bd

RGB 94163189
HSL0.550.420.55
HSV196°50°74°
CMYK 0.500.140.00   0.26
XYZ26.898632.248252.9509
Yxy32.24820.24000.2877
Hunter Lab56.7875-14.8278-15.5331
CIE-Lab63.5475-14.6052-20.1271

#5ea3bd color RGB value is (94,163,189).

#5ea3bd hex color red value is 94, green value is 163 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5ea3bd hue: 0.55 , saturation: 0.42 and the lightness value of 5ea3bd is 0.55.

The process color (four color CMYK) of #5ea3bd color hex is 0.50, 0.14, 0.00, 0.26. Web safe color of #5ea3bd is #6699cc. Color #5ea3bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100011 10111101
Octal 136 243 275
Decimal 94 163 189
Hex 5E A3 BD

RGB Percentages of Color #5ea3bd

%21.08
%36.55
%42.38

CMYK Percentages of Color #5ea3bd

%50
%14
%0
%26

Triadic Colors of #5ea3bd

#5ea3bd #bd5ea3 #a3bd5e

Analogous Colors of #5ea3bd

#5ea3bd #5e74bd #5ebda8

Monochromatic Colors of #5ea3bd

#5ea3bd

Complementary Color

#5ea3bd #bd785e

#5ea3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea3bd Color CSS Codes

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

#5ea3bd Text Font Color

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

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


#5ea3bd Background Color

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

This div background color is #5ea3bd


#5ea3bd Border Color

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

This div border color is #5ea3bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,163,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ea3bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ea3bd;
  -webkit-box-shadow: 1px 1px 3px 2px #5ea3bd;
  box-shadow:         1px 1px 3px 2px #5ea3bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,163,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea3bd


Comments

No comments written yet.

Please login to write comment.