color codes Logo

#5ba4dd color codes

#5BA4DD
(91,164,221)
0 Favorites   0 Comments

Color spaces of #5ba4dd

RGB 91164221
HSL0.570.660.61
HSV206°59°87°
CMYK 0.590.260.00   0.13
XYZ30.641033.995573.3535
Yxy33.99550.22210.2464
Hunter Lab58.3057-8.2289-33.7779
CIE-Lab64.9590-6.1212-35.7431

#5ba4dd color RGB value is (91,164,221).

#5ba4dd hex color red value is 91, green value is 164 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5ba4dd hue: 0.57 , saturation: 0.66 and the lightness value of 5ba4dd is 0.61.

The process color (four color CMYK) of #5ba4dd color code is 0.59, 0.26, 0.00, 0.13. Web safe color of #5ba4dd is #6699cc. Color #5ba4dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10100100 11011101
Octal 133 244 335
Decimal 91 164 221
Hex 5B A4 DD

RGB Percentages of Color #5ba4dd

%19.12
%34.45
%46.43

CMYK Percentages of Color #5ba4dd

%59
%26
%0
%13

Triadic Colors of #5ba4dd

#5ba4dd #dd5ba4 #a4dd5b

Analogous Colors of #5ba4dd

#5ba4dd #5b63dd #5bddd5

Monochromatic Colors of #5ba4dd

#5ba4dd

Complementary Color

#5ba4dd #dd945b

#5ba4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba4dd Color CSS Codes

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

#5ba4dd Text Font Color

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

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


#5ba4dd Background Color

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

This div background color is #5ba4dd


#5ba4dd Border Color

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

This div border color is #5ba4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba4dd


Comments

No comments written yet.

Please login to write comment.