Color Hex Logo

#5dbdbc Color Hex

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

Color spaces of #5dbdbc

RGB 93189188
HSL0.500.420.55
HSV179°51°74°
CMYK 0.510.000.01   0.26
XYZ31.788942.353254.0765
Yxy42.35320.24790.3303
Hunter Lab65.0793-26.6980-3.7104
CIE-Lab71.1138-28.4214-8.1884

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

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

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

Base Numbers

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

RGB Percentages of Color #5dbdbc

%19.79
%40.21
%40.00

CMYK Percentages of Color #5dbdbc

%51
%0
%1
%26

Triadic Colors of #5dbdbc

#5dbdbc #bc5dbd #bdbc5d

Analogous Colors of #5dbdbc

#5dbdbc #5d8ebd #5dbd8c

Monochromatic Colors of #5dbdbc

#5dbdbc

Complementary Color

#5dbdbc #bd5d5e

#5dbdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbdbc Color CSS Codes

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

#5dbdbc Text Font Color

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

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


#5dbdbc Background Color

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

This div background color is #5dbdbc


#5dbdbc Border Color

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

This div border color is #5dbdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbdbc


Comments

No comments written yet.

Please login to write comment.