Color Hex Logo

#5bdadf Color Hex

#5BDADF
(91,218,223)
0 Favorites   0 Comments

Color spaces of #5bdadf

RGB 91218223
HSL0.510.670.62
HSV182°59°87°
CMYK 0.590.020.00   0.13
XYZ42.705157.694778.6974
Yxy57.69470.23840.3221
Hunter Lab75.9570-32.5673-8.2591
CIE-Lab80.5688-33.2872-12.9879

#5bdadf color RGB value is (91,218,223).

#5bdadf hex color red value is 91, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5bdadf hue: 0.51 , saturation: 0.67 and the lightness value of 5bdadf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011010 11011111
Octal 133 332 337
Decimal 91 218 223
Hex 5B DA DF

RGB Percentages of Color #5bdadf

%17.11
%40.98
%41.92

CMYK Percentages of Color #5bdadf

%59
%2
%0
%13

Triadic Colors of #5bdadf

#5bdadf #df5bda #dadf5b

Analogous Colors of #5bdadf

#5bdadf #5b98df #5bdfa2

Monochromatic Colors of #5bdadf

#5bdadf

Complementary Color

#5bdadf #df605b

#5bdadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdadf Color CSS Codes

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

#5bdadf Text Font Color

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

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


#5bdadf Background Color

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

This div background color is #5bdadf


#5bdadf Border Color

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

This div border color is #5bdadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdadf


Comments

No comments written yet.

Please login to write comment.