Color Hex Logo

#5babeb Color Hex

#5BABEB
(91,171,235)
0 Favorites   0 Comments

Color spaces of #5babeb

RGB 91171235
HSL0.570.780.64
HSV207°61°92°
CMYK 0.610.270.00   0.08
XYZ33.872737.348184.0209
Yxy37.34810.21820.2406
Hunter Lab61.1131-8.0120-38.7353
CIE-Lab67.5374-5.5823-39.4150

#5babeb color RGB value is (91,171,235).

#5babeb hex color red value is 91, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5babeb hue: 0.57 , saturation: 0.78 and the lightness value of 5babeb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101011 11101011
Octal 133 253 353
Decimal 91 171 235
Hex 5B AB EB

RGB Percentages of Color #5babeb

%18.31
%34.41
%47.28

CMYK Percentages of Color #5babeb

%61
%27
%0
%8

Triadic Colors of #5babeb

#5babeb #eb5bab #abeb5b

Analogous Colors of #5babeb

#5babeb #5b63eb #5bebe3

Monochromatic Colors of #5babeb

#5babeb

Complementary Color

#5babeb #eb9b5b

#5babeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5babeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5babeb Color CSS Codes

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

#5babeb Text Font Color

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

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


#5babeb Background Color

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

This div background color is #5babeb


#5babeb Border Color

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

This div border color is #5babeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5babeb


Comments

No comments written yet.

Please login to write comment.