Color Hex Logo

#5bccdf Color Hex

#5BCCDF
(91,204,223)
0 Favorites   0 Comments

Color spaces of #5bccdf

RGB 91204223
HSL0.520.670.62
HSV189°59°87°
CMYK 0.590.090.00   0.13
XYZ39.226550.737677.5379
Yxy50.73760.23420.3029
Hunter Lab71.2303-26.3532-14.6790
CIE-Lab76.5198-26.5287-19.0831

#5bccdf color RGB value is (91,204,223).

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

The process color (four color CMYK) of #5bccdf color hex is 0.59, 0.09, 0.00, 0.13. Web safe color of #5bccdf is #66cccc. Color #5bccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001100 11011111
Octal 133 314 337
Decimal 91 204 223
Hex 5B CC DF

RGB Percentages of Color #5bccdf

%17.57
%39.38
%43.05

CMYK Percentages of Color #5bccdf

%59
%9
%0
%13

Triadic Colors of #5bccdf

#5bccdf #df5bcc #ccdf5b

Analogous Colors of #5bccdf

#5bccdf #5b8adf #5bdfb0

Monochromatic Colors of #5bccdf

#5bccdf

Complementary Color

#5bccdf #df6e5b

#5bccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bccdf Color CSS Codes

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

#5bccdf Text Font Color

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

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


#5bccdf Background Color

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

This div background color is #5bccdf


#5bccdf Border Color

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

This div border color is #5bccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bccdf


Comments

No comments written yet.

Please login to write comment.