Color Hex Logo

#5befdb Color Hex

#5BEFDB
(91,239,219)
0 Favorites   0 Comments

Color spaces of #5befdb

RGB 91239219
HSL0.480.820.65
HSV172°62°94°
CMYK 0.620.000.08   0.06
XYZ47.967169.071677.8219
Yxy69.07160.24620.3545
Hunter Lab83.1093-42.41892.6586
CIE-Lab86.5395-43.8994-2.0255

#5befdb color RGB value is (91,239,219).

#5befdb hex color red value is 91, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5befdb hue: 0.48 , saturation: 0.82 and the lightness value of 5befdb is 0.65.

The process color (four color CMYK) of #5befdb color hex is 0.62, 0.00, 0.08, 0.06. Web safe color of #5befdb is #66ffcc. Color #5befdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101111 11011011
Octal 133 357 333
Decimal 91 239 219
Hex 5B EF DB

RGB Percentages of Color #5befdb

%16.58
%43.53
%39.89

CMYK Percentages of Color #5befdb

%62
%0
%8
%6

Triadic Colors of #5befdb

#5befdb #db5bef #efdb5b

Analogous Colors of #5befdb

#5befdb #5bb9ef #5bef91

Monochromatic Colors of #5befdb

#5befdb

Complementary Color

#5befdb #ef5b6f

#5befdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5befdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5befdb Color CSS Codes

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

#5befdb Text Font Color

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

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


#5befdb Background Color

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

This div background color is #5befdb


#5befdb Border Color

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

This div border color is #5befdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5befdb


Comments

No comments written yet.

Please login to write comment.