Color Hex Logo

#5bddcf Color Hex

#5BDDCF
(91,221,207)
0 Favorites   0 Comments

Color spaces of #5bddcf

RGB 91221207
HSL0.480.660.61
HSV174°59°87°
CMYK 0.590.000.06   0.13
XYZ41.433358.442068.1282
Yxy58.44200.24660.3479
Hunter Lab76.4474-37.03860.6752
CIE-Lab80.9839-38.9167-3.8479

#5bddcf color RGB value is (91,221,207).

#5bddcf hex color red value is 91, green value is 221 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5bddcf hue: 0.48 , saturation: 0.66 and the lightness value of 5bddcf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011101 11001111
Octal 133 335 317
Decimal 91 221 207
Hex 5B DD CF

RGB Percentages of Color #5bddcf

%17.53
%42.58
%39.88

CMYK Percentages of Color #5bddcf

%59
%0
%6
%13

Triadic Colors of #5bddcf

#5bddcf #cf5bdd #ddcf5b

Analogous Colors of #5bddcf

#5bddcf #5baadd #5bdd8e

Monochromatic Colors of #5bddcf

#5bddcf

Complementary Color

#5bddcf #dd5b69

#5bddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bddcf Color CSS Codes

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

#5bddcf Text Font Color

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

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


#5bddcf Background Color

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

This div background color is #5bddcf


#5bddcf Border Color

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

This div border color is #5bddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bddcf


Comments

No comments written yet.

Please login to write comment.