Color Hex Logo

#5babce Color Hex

#5BABCE
(91,171,206)
0 Favorites   0 Comments

Color spaces of #5babce

RGB 91171206
HSL0.550.540.58
HSV198°56°81°
CMYK 0.560.170.00   0.19
XYZ30.017935.806263.7217
Yxy35.80620.23170.2764
Hunter Lab59.8383-15.1724-21.2510
CIE-Lab66.3716-14.5498-25.2710

#5babce color RGB value is (91,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101011 11001110
Octal 133 253 316
Decimal 91 171 206
Hex 5B AB CE

RGB Percentages of Color #5babce

%19.44
%36.54
%44.02

CMYK Percentages of Color #5babce

%56
%17
%0
%19

Triadic Colors of #5babce

#5babce #ce5bab #abce5b

Analogous Colors of #5babce

#5babce #5b72ce #5bceb8

Monochromatic Colors of #5babce

#5babce

Complementary Color

#5babce #ce7e5b

#5babce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5babce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5babce Color CSS Codes

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

#5babce Text Font Color

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

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


#5babce Background Color

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

This div background color is #5babce


#5babce Border Color

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

This div border color is #5babce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5babce


Comments

No comments written yet.

Please login to write comment.