Color Hex Logo

#5badef Color Hex

#5BADEF
(91,173,239)
0 Favorites   0 Comments

Color spaces of #5badef

RGB 91173239
HSL0.570.820.65
HSV207°62°94°
CMYK 0.620.280.00   0.06
XYZ34.837938.343387.2262
Yxy38.34330.21720.2390
Hunter Lab61.9220-7.9376-40.1733
CIE-Lab68.2729-5.4170-40.4506

#5badef color RGB value is (91,173,239).

#5badef hex color red value is 91, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5badef hue: 0.57 , saturation: 0.82 and the lightness value of 5badef is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 11101111
Octal 133 255 357
Decimal 91 173 239
Hex 5B AD EF

RGB Percentages of Color #5badef

%18.09
%34.39
%47.51

CMYK Percentages of Color #5badef

%62
%28
%0
%6

Triadic Colors of #5badef

#5badef #ef5bad #adef5b

Analogous Colors of #5badef

#5badef #5b63ef #5befe7

Monochromatic Colors of #5badef

#5badef

Complementary Color

#5badef #ef9d5b

#5badef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5badef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5badef Color CSS Codes

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

#5badef Text Font Color

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

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


#5badef Background Color

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

This div background color is #5badef


#5badef Border Color

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

This div border color is #5badef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5badef

#5badef Color Palettes


Comments

No comments written yet.

Please login to write comment.