Color Hex Logo

#5ba4ed Color Hex

#5BA4ED
(91,164,237)
0 Favorites   0 Comments

Color spaces of #5ba4ed

RGB 91164237
HSL0.580.800.64
HSV210°62°93°
CMYK 0.620.310.00   0.07
XYZ32.875934.889585.1224
Yxy34.88950.21500.2282
Hunter Lab59.0673-4.0177-44.0962
CIE-Lab65.6625-1.0131-43.4456

#5ba4ed color RGB value is (91,164,237).

#5ba4ed hex color red value is 91, green value is 164 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5ba4ed hue: 0.58 , saturation: 0.80 and the lightness value of 5ba4ed is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10100100 11101101
Octal 133 244 355
Decimal 91 164 237
Hex 5B A4 ED

RGB Percentages of Color #5ba4ed

%18.50
%33.33
%48.17

CMYK Percentages of Color #5ba4ed

%62
%31
%0
%7

Triadic Colors of #5ba4ed

#5ba4ed #ed5ba4 #a4ed5b

Analogous Colors of #5ba4ed

#5ba4ed #5b5bed #5beded

Monochromatic Colors of #5ba4ed

#5ba4ed

Complementary Color

#5ba4ed #eda45b

#5ba4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba4ed Color CSS Codes

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

#5ba4ed Text Font Color

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

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


#5ba4ed Background Color

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

This div background color is #5ba4ed


#5ba4ed Border Color

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

This div border color is #5ba4ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,164,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ba4ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ba4ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5ba4ed;
  box-shadow:         1px 1px 3px 2px #5ba4ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,164,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba4ed


Comments

No comments written yet.

Please login to write comment.