Color Hex Logo

#5bdccc Color Hex

#5BDCCC
(91,220,204)
0 Favorites   0 Comments

Color spaces of #5bdccc

RGB 91220204
HSL0.480.650.61
HSV173°59°86°
CMYK 0.590.000.07   0.14
XYZ40.806757.770266.1268
Yxy57.77020.24780.3508
Hunter Lab76.0067-37.17821.6216
CIE-Lab80.6109-39.2296-2.7993

#5bdccc color RGB value is (91,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011100 11001100
Octal 133 334 314
Decimal 91 220 204
Hex 5B DC CC

RGB Percentages of Color #5bdccc

%17.67
%42.72
%39.61

CMYK Percentages of Color #5bdccc

%59
%0
%7
%14

Triadic Colors of #5bdccc

#5bdccc #cc5bdc #dccc5b

Analogous Colors of #5bdccc

#5bdccc #5bacdc #5bdc8c

Monochromatic Colors of #5bdccc

#5bdccc

Complementary Color

#5bdccc #dc5b6b

#5bdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdccc Color CSS Codes

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

#5bdccc Text Font Color

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

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


#5bdccc Background Color

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

This div background color is #5bdccc


#5bdccc Border Color

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

This div border color is #5bdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdccc


Comments

No comments written yet.

Please login to write comment.