Color Hex Logo

#5dcbbd Color Hex

#5DCBBD
(93,203,189)
0 Favorites   0 Comments

Color spaces of #5dcbbd

RGB 93203189
HSL0.480.510.58
HSV172°54°80°
CMYK 0.540.000.07   0.20
XYZ35.055448.713255.6991
Yxy48.71320.25140.3493
Hunter Lab69.7948-32.48691.5406
CIE-Lab75.2726-34.8449-2.5866

#5dcbbd color RGB value is (93,203,189).

#5dcbbd hex color red value is 93, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5dcbbd hue: 0.48 , saturation: 0.51 and the lightness value of 5dcbbd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001011 10111101
Octal 135 313 275
Decimal 93 203 189
Hex 5D CB BD

RGB Percentages of Color #5dcbbd

%19.18
%41.86
%38.97

CMYK Percentages of Color #5dcbbd

%54
%0
%7
%20

Triadic Colors of #5dcbbd

#5dcbbd #bd5dcb #cbbd5d

Analogous Colors of #5dcbbd

#5dcbbd #5da2cb #5dcb86

Monochromatic Colors of #5dcbbd

#5dcbbd

Complementary Color

#5dcbbd #cb5d6b

#5dcbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcbbd Color CSS Codes

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

#5dcbbd Text Font Color

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

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


#5dcbbd Background Color

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

This div background color is #5dcbbd


#5dcbbd Border Color

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

This div border color is #5dcbbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,203,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5dcbbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5dcbbd;
  -webkit-box-shadow: 1px 1px 3px 2px #5dcbbd;
  box-shadow:         1px 1px 3px 2px #5dcbbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,203,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcbbd


Comments

No comments written yet.

Please login to write comment.