Color Hex Logo

#5dbcbd Color Hex

#5DBCBD
(93,188,189)
0 Favorites   0 Comments

Color spaces of #5dbcbd

RGB 93188189
HSL0.500.420.55
HSV181°51°74°
CMYK 0.510.010.00   0.26
XYZ31.682741.967754.5748
Yxy41.96770.24710.3273
Hunter Lab64.7825-26.0716-4.6000
CIE-Lab70.8486-27.6656-9.1305

#5dbcbd color RGB value is (93,188,189).

#5dbcbd hex color red value is 93, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5dbcbd hue: 0.50 , saturation: 0.42 and the lightness value of 5dbcbd is 0.55.

The process color (four color CMYK) of #5dbcbd color hex is 0.51, 0.01, 0.00, 0.26. Web safe color of #5dbcbd is #66cccc. Color #5dbcbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111100 10111101
Octal 135 274 275
Decimal 93 188 189
Hex 5D BC BD

RGB Percentages of Color #5dbcbd

%19.79
%40.00
%40.21

CMYK Percentages of Color #5dbcbd

%51
%1
%0
%26

Triadic Colors of #5dbcbd

#5dbcbd #bd5dbc #bcbd5d

Analogous Colors of #5dbcbd

#5dbcbd #5d8cbd #5dbd8e

Monochromatic Colors of #5dbcbd

#5dbcbd

Complementary Color

#5dbcbd #bd5e5d

#5dbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbcbd Color CSS Codes

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

#5dbcbd Text Font Color

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

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


#5dbcbd Background Color

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

This div background color is #5dbcbd


#5dbcbd Border Color

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

This div border color is #5dbcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,188,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 #5dbcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbcbd


Comments

No comments written yet.

Please login to write comment.