Color Hex Logo

#5bdbea Color Hex

#5BDBEA
(91,219,234)
0 Favorites   0 Comments

Color spaces of #5bdbea

RGB 91219234
HSL0.520.770.64
HSV186°61°92°
CMYK 0.610.060.00   0.08
XYZ44.497258.827786.8515
Yxy58.82770.23400.3093
Hunter Lab76.6992-30.6665-13.4485
CIE-Lab81.1968-30.7107-17.9016

#5bdbea color RGB value is (91,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011011 11101010
Octal 133 333 352
Decimal 91 219 234
Hex 5B DB EA

RGB Percentages of Color #5bdbea

%16.73
%40.26
%43.01

CMYK Percentages of Color #5bdbea

%61
%6
%0
%8

Triadic Colors of #5bdbea

#5bdbea #ea5bdb #dbea5b

Analogous Colors of #5bdbea

#5bdbea #5b94ea #5beab2

Monochromatic Colors of #5bdbea

#5bdbea

Complementary Color

#5bdbea #ea6a5b

#5bdbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdbea Color CSS Codes

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

#5bdbea Text Font Color

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

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


#5bdbea Background Color

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

This div background color is #5bdbea


#5bdbea Border Color

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

This div border color is #5bdbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdbea


Comments

No comments written yet.

Please login to write comment.