Color Hex Logo

#5bafcc Color Hex

#5BAFCC
(91,175,204)
0 Favorites   0 Comments

Color spaces of #5bafcc

RGB 91175204
HSL0.540.530.58
HSV195°55°80°
CMYK 0.550.140.00   0.20
XYZ30.543437.243762.7057
Yxy37.24370.23410.2854
Hunter Lab61.0276-17.4618-18.2010
CIE-Lab67.4595-17.2635-22.5014

#5bafcc color RGB value is (91,175,204).

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

The process color (four color CMYK) of #5bafcc color hex is 0.55, 0.14, 0.00, 0.20. Web safe color of #5bafcc is #6699cc. Color #5bafcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101111 11001100
Octal 133 257 314
Decimal 91 175 204
Hex 5B AF CC

RGB Percentages of Color #5bafcc

%19.36
%37.23
%43.40

CMYK Percentages of Color #5bafcc

%55
%14
%0
%20

Triadic Colors of #5bafcc

#5bafcc #cc5baf #afcc5b

Analogous Colors of #5bafcc

#5bafcc #5b77cc #5bccb1

Monochromatic Colors of #5bafcc

#5bafcc

Complementary Color

#5bafcc #cc785b

#5bafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bafcc Color CSS Codes

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

#5bafcc Text Font Color

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

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


#5bafcc Background Color

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

This div background color is #5bafcc


#5bafcc Border Color

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

This div border color is #5bafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bafcc


Comments

No comments written yet.

Please login to write comment.