Color Hex Logo

#5badee Color Hex

#5BADEE
(91,173,238)
0 Favorites   0 Comments

Color spaces of #5badee

RGB 91173238
HSL0.570.810.65
HSV207°62°93°
CMYK 0.620.270.00   0.07
XYZ34.690638.284386.4501
Yxy38.28430.21760.2401
Hunter Lab61.8743-8.2018-39.5273
CIE-Lab68.2296-5.7356-39.9726

#5badee color RGB value is (91,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 11101110
Octal 133 255 356
Decimal 91 173 238
Hex 5B AD EE

RGB Percentages of Color #5badee

%18.13
%34.46
%47.41

CMYK Percentages of Color #5badee

%62
%27
%0
%7

Triadic Colors of #5badee

#5badee #ee5bad #adee5b

Analogous Colors of #5badee

#5badee #5b64ee #5beee6

Monochromatic Colors of #5badee

#5badee

Complementary Color

#5badee #ee9c5b

#5badee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5badee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5badee Color CSS Codes

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

#5badee Text Font Color

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

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


#5badee Background Color

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

This div background color is #5badee


#5badee Border Color

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

This div border color is #5badee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5badee


Comments

No comments written yet.

Please login to write comment.