Color Hex Logo

#5baddf Color Hex

#5BADDF
(91,173,223)
1 Favorites   0 Comments

Color spaces of #5baddf

RGB 91173223
HSL0.560.670.62
HSV203°59°87°
CMYK 0.590.220.00   0.13
XYZ32.577237.439075.3215
Yxy37.43900.22410.2576
Hunter Lab61.1874-12.0416-30.1546
CIE-Lab67.6051-10.4524-32.7350

#5baddf color RGB value is (91,173,223).

#5baddf hex color red value is 91, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5baddf hue: 0.56 , saturation: 0.67 and the lightness value of 5baddf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 11011111
Octal 133 255 337
Decimal 91 173 223
Hex 5B AD DF

RGB Percentages of Color #5baddf

%18.69
%35.52
%45.79

CMYK Percentages of Color #5baddf

%59
%22
%0
%13

Triadic Colors of #5baddf

#5baddf #df5bad #addf5b

Analogous Colors of #5baddf

#5baddf #5b6bdf #5bdfcf

Monochromatic Colors of #5baddf

#5baddf

Complementary Color

#5baddf #df8d5b

#5baddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baddf Color CSS Codes

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

#5baddf Text Font Color

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

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


#5baddf Background Color

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

This div background color is #5baddf


#5baddf Border Color

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

This div border color is #5baddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baddf


Comments

No comments written yet.

Please login to write comment.