Color Hex Logo

#5bcacc Color Hex

#5BCACC
(91,202,204)
0 Favorites   0 Comments

Color spaces of #5bcacc

RGB 91202204
HSL0.500.530.58
HSV181°55°80°
CMYK 0.550.010.00   0.20
XYZ36.334048.824864.6359
Yxy48.82480.24260.3259
Hunter Lab69.8747-29.4630-5.9324
CIE-Lab75.3422-30.8376-10.6006

#5bcacc color RGB value is (91,202,204).

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

The process color (four color CMYK) of #5bcacc color hex is 0.55, 0.01, 0.00, 0.20. Web safe color of #5bcacc is #66cccc. Color #5bcacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001010 11001100
Octal 133 312 314
Decimal 91 202 204
Hex 5B CA CC

RGB Percentages of Color #5bcacc

%18.31
%40.64
%41.05

CMYK Percentages of Color #5bcacc

%55
%1
%0
%20

Triadic Colors of #5bcacc

#5bcacc #cc5bca #cacc5b

Analogous Colors of #5bcacc

#5bcacc #5b92cc #5bcc96

Monochromatic Colors of #5bcacc

#5bcacc

Complementary Color

#5bcacc #cc5d5b

#5bcacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcacc Color CSS Codes

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

#5bcacc Text Font Color

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

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


#5bcacc Background Color

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

This div background color is #5bcacc


#5bcacc Border Color

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

This div border color is #5bcacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,202,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 #5bcacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcacc


Comments

No comments written yet.

Please login to write comment.