Color Hex Logo

#5bcace Color Hex

#5BCACE
(91,202,206)
0 Favorites   0 Comments

Color spaces of #5bcace

RGB 91202206
HSL0.510.540.58
HSV182°56°81°
CMYK 0.560.020.00   0.19
XYZ36.575548.921465.9076
Yxy48.92140.24160.3231
Hunter Lab69.9438-29.0593-6.9079
CIE-Lab75.4024-30.2949-11.5920

#5bcace color RGB value is (91,202,206).

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

The process color (four color CMYK) of #5bcace color hex is 0.56, 0.02, 0.00, 0.19. Web safe color of #5bcace is #66cccc. Color #5bcace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001010 11001110
Octal 133 312 316
Decimal 91 202 206
Hex 5B CA CE

RGB Percentages of Color #5bcace

%18.24
%40.48
%41.28

CMYK Percentages of Color #5bcace

%56
%2
%0
%19

Triadic Colors of #5bcace

#5bcace #ce5bca #cace5b

Analogous Colors of #5bcace

#5bcace #5b91ce #5bce99

Monochromatic Colors of #5bcace

#5bcace

Complementary Color

#5bcace #ce5f5b

#5bcace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcace Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcace Color CSS Codes

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

#5bcace Text Font Color

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

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


#5bcace Background Color

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

This div background color is #5bcace


#5bcace Border Color

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

This div border color is #5bcace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcace


Comments

No comments written yet.

Please login to write comment.