Color Hex Logo

#5bdbec Color Hex

#5BDBEC
(91,219,236)
0 Favorites   0 Comments

Color spaces of #5bdbec

RGB 91219236
HSL0.520.790.64
HSV187°61°93°
CMYK 0.610.070.00   0.07
XYZ44.786258.943388.3736
Yxy58.94330.23310.3068
Hunter Lab76.7745-30.2280-14.5053
CIE-Lab81.2604-30.1462-18.8692

#5bdbec color RGB value is (91,219,236).

#5bdbec hex color red value is 91, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5bdbec hue: 0.52 , saturation: 0.79 and the lightness value of 5bdbec is 0.64.

The process color (four color CMYK) of #5bdbec color hex is 0.61, 0.07, 0.00, 0.07. Web safe color of #5bdbec is #66ccff. Color #5bdbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011011 11101100
Octal 133 333 354
Decimal 91 219 236
Hex 5B DB EC

RGB Percentages of Color #5bdbec

%16.67
%40.11
%43.22

CMYK Percentages of Color #5bdbec

%61
%7
%0
%7

Triadic Colors of #5bdbec

#5bdbec #ec5bdb #dbec5b

Analogous Colors of #5bdbec

#5bdbec #5b93ec #5becb5

Monochromatic Colors of #5bdbec

#5bdbec

Complementary Color

#5bdbec #ec6c5b

#5bdbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdbec Color CSS Codes

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

#5bdbec Text Font Color

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

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


#5bdbec Background Color

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

This div background color is #5bdbec


#5bdbec Border Color

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

This div border color is #5bdbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdbec


Comments

No comments written yet.

Please login to write comment.