Color Hex Logo

#5bccda Color Hex

#5BCCDA
(91,204,218)
0 Favorites   0 Comments

Color spaces of #5bccda

RGB 91204218
HSL0.520.630.61
HSV187°58°85°
CMYK 0.580.060.00   0.15
XYZ38.562150.471874.0393
Yxy50.47180.23650.3095
Hunter Lab71.0435-27.4371-12.0597
CIE-Lab76.3579-27.9449-16.6345

#5bccda color RGB value is (91,204,218).

#5bccda hex color red value is 91, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5bccda hue: 0.52 , saturation: 0.63 and the lightness value of 5bccda is 0.61.

The process color (four color CMYK) of #5bccda color hex is 0.58, 0.06, 0.00, 0.15. Web safe color of #5bccda is #66cccc. Color #5bccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001100 11011010
Octal 133 314 332
Decimal 91 204 218
Hex 5B CC DA

RGB Percentages of Color #5bccda

%17.74
%39.77
%42.50

CMYK Percentages of Color #5bccda

%58
%6
%0
%15

Triadic Colors of #5bccda

#5bccda #da5bcc #ccda5b

Analogous Colors of #5bccda

#5bccda #5b8dda #5bdaa9

Monochromatic Colors of #5bccda

#5bccda

Complementary Color

#5bccda #da695b

#5bccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bccda Color CSS Codes

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

#5bccda Text Font Color

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

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


#5bccda Background Color

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

This div background color is #5bccda


#5bccda Border Color

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

This div border color is #5bccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bccda


Comments

No comments written yet.

Please login to write comment.