Color Hex Logo

#5bdabf Color Hex

#5BDABF
(91,218,191)
0 Favorites   0 Comments

Color spaces of #5bdabf

RGB 91218191
HSL0.460.630.61
HSV167°58°85°
CMYK 0.580.000.12   0.15
XYZ38.789856.128558.0797
Yxy56.12850.25350.3669
Hunter Lab74.9190-38.68866.4797
CIE-Lab79.6869-41.56672.7772

#5bdabf color RGB value is (91,218,191).

#5bdabf hex color red value is 91, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5bdabf hue: 0.46 , saturation: 0.63 and the lightness value of 5bdabf is 0.61.

The process color (four color CMYK) of #5bdabf color hex is 0.58, 0.00, 0.12, 0.15. Web safe color of #5bdabf is #66cccc. Color #5bdabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011010 10111111
Octal 133 332 277
Decimal 91 218 191
Hex 5B DA BF

RGB Percentages of Color #5bdabf

%18.20
%43.60
%38.20

CMYK Percentages of Color #5bdabf

%58
%0
%12
%15

Triadic Colors of #5bdabf

#5bdabf #bf5bda #dabf5b

Analogous Colors of #5bdabf

#5bdabf #5bb6da #5bda80

Monochromatic Colors of #5bdabf

#5bdabf

Complementary Color

#5bdabf #da5b76

#5bdabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdabf Color CSS Codes

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

#5bdabf Text Font Color

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

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


#5bdabf Background Color

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

This div background color is #5bdabf


#5bdabf Border Color

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

This div border color is #5bdabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdabf


Comments

No comments written yet.

Please login to write comment.