Color Hex Logo

#5badcd Color Hex

#5BADCD
(91,173,205)
0 Favorites   0 Comments

Color spaces of #5badcd

RGB 91173205
HSL0.550.530.58
HSV197°56°80°
CMYK 0.560.160.00   0.20
XYZ30.277436.519163.2107
Yxy36.51910.23290.2809
Hunter Lab60.4310-16.3215-19.7155
CIE-Lab66.9147-15.9123-23.8862

#5badcd color RGB value is (91,173,205).

#5badcd hex color red value is 91, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5badcd hue: 0.55 , saturation: 0.53 and the lightness value of 5badcd is 0.58.

The process color (four color CMYK) of #5badcd color hex is 0.56, 0.16, 0.00, 0.20. Web safe color of #5badcd is #6699cc. Color #5badcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 11001101
Octal 133 255 315
Decimal 91 173 205
Hex 5B AD CD

RGB Percentages of Color #5badcd

%19.40
%36.89
%43.71

CMYK Percentages of Color #5badcd

%56
%16
%0
%20

Triadic Colors of #5badcd

#5badcd #cd5bad #adcd5b

Analogous Colors of #5badcd

#5badcd #5b74cd #5bcdb4

Monochromatic Colors of #5badcd

#5badcd

Complementary Color

#5badcd #cd7b5b

#5badcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5badcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5badcd Color CSS Codes

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

#5badcd Text Font Color

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

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


#5badcd Background Color

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

This div background color is #5badcd


#5badcd Border Color

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

This div border color is #5badcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5badcd


Comments

No comments written yet.

Please login to write comment.