Color Hex Logo

#5bccca Color Hex

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

Color spaces of #5bccca

RGB 91204202
HSL0.500.530.58
HSV179°55°80°
CMYK 0.550.000.01   0.20
XYZ36.567949.674163.5379
Yxy49.67410.24410.3316
Hunter Lab70.4799-30.7265-4.1143
CIE-Lab75.8688-32.3303-8.7355

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

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

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

Base Numbers

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

RGB Percentages of Color #5bccca

%18.31
%41.05
%40.64

CMYK Percentages of Color #5bccca

%55
%0
%1
%20

Triadic Colors of #5bccca

#5bccca #ca5bcc #ccca5b

Analogous Colors of #5bccca

#5bccca #5b96cc #5bcc92

Monochromatic Colors of #5bccca

#5bccca

Complementary Color

#5bccca #cc5b5d

#5bccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bccca Color CSS Codes

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

#5bccca Text Font Color

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

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


#5bccca Background Color

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

This div background color is #5bccca


#5bccca Border Color

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

This div border color is #5bccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bccca


Comments

No comments written yet.

Please login to write comment.