Color Hex Logo

#5bafbd Color Hex

#5BAFBD
(91,175,189)
0 Favorites   0 Comments

Color spaces of #5bafbd

RGB 91175189
HSL0.520.430.55
HSV189°52°74°
CMYK 0.520.070.00   0.26
XYZ28.829736.558253.6811
Yxy36.55820.24210.3070
Hunter Lab60.4634-20.6999-10.3150
CIE-Lab66.9442-21.5714-14.9903

#5bafbd color RGB value is (91,175,189).

#5bafbd hex color red value is 91, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5bafbd hue: 0.52 , saturation: 0.43 and the lightness value of 5bafbd is 0.55.

The process color (four color CMYK) of #5bafbd color hex is 0.52, 0.07, 0.00, 0.26. Web safe color of #5bafbd is #6699cc. Color #5bafbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101111 10111101
Octal 133 257 275
Decimal 91 175 189
Hex 5B AF BD

RGB Percentages of Color #5bafbd

%20.00
%38.46
%41.54

CMYK Percentages of Color #5bafbd

%52
%7
%0
%26

Triadic Colors of #5bafbd

#5bafbd #bd5baf #afbd5b

Analogous Colors of #5bafbd

#5bafbd #5b7ebd #5bbd9a

Monochromatic Colors of #5bafbd

#5bafbd

Complementary Color

#5bafbd #bd695b

#5bafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bafbd Color CSS Codes

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

#5bafbd Text Font Color

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

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


#5bafbd Background Color

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

This div background color is #5bafbd


#5bafbd Border Color

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

This div border color is #5bafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bafbd


Comments

No comments written yet.

Please login to write comment.