Color Hex Logo

#5bcedd Color Hex

#5BCEDD
(91,206,221)
0 Favorites   0 Comments

Color spaces of #5bcedd

RGB 91206221
HSL0.520.660.61
HSV187°59°87°
CMYK 0.590.070.00   0.13
XYZ39.436851.587276.2854
Yxy51.58720.23570.3083
Hunter Lab71.8242-27.6827-12.6957
CIE-Lab77.0333-28.0783-17.2307

#5bcedd color RGB value is (91,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001110 11011101
Octal 133 316 335
Decimal 91 206 221
Hex 5B CE DD

RGB Percentages of Color #5bcedd

%17.57
%39.77
%42.66

CMYK Percentages of Color #5bcedd

%59
%7
%0
%13

Triadic Colors of #5bcedd

#5bcedd #dd5bce #cedd5b

Analogous Colors of #5bcedd

#5bcedd #5b8ddd #5bddab

Monochromatic Colors of #5bcedd

#5bcedd

Complementary Color

#5bcedd #dd6a5b

#5bcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcedd Color CSS Codes

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

#5bcedd Text Font Color

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

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


#5bcedd Background Color

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

This div background color is #5bcedd


#5bcedd Border Color

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

This div border color is #5bcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcedd


Comments

No comments written yet.

Please login to write comment.