Color Hex Logo

#5dd9bc Color Hex

#5DD9BC
(93,217,188)
0 Favorites   0 Comments

Color spaces of #5dd9bc

RGB 93217188
HSL0.460.620.61
HSV166°57°85°
CMYK 0.570.000.13   0.15
XYZ38.404255.583756.2816
Yxy55.58370.25560.3699
Hunter Lab74.5545-38.52217.4298
CIE-Lab79.3763-41.46093.9331

#5dd9bc color RGB value is (93,217,188).

#5dd9bc hex color red value is 93, green value is 217 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5dd9bc hue: 0.46 , saturation: 0.62 and the lightness value of 5dd9bc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011001 10111100
Octal 135 331 274
Decimal 93 217 188
Hex 5D D9 BC

RGB Percentages of Color #5dd9bc

%18.67
%43.57
%37.75

CMYK Percentages of Color #5dd9bc

%57
%0
%13
%15

Triadic Colors of #5dd9bc

#5dd9bc #bc5dd9 #d9bc5d

Analogous Colors of #5dd9bc

#5dd9bc #5db8d9 #5dd97e

Monochromatic Colors of #5dd9bc

#5dd9bc

Complementary Color

#5dd9bc #d95d7a

#5dd9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd9bc Color CSS Codes

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

#5dd9bc Text Font Color

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

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


#5dd9bc Background Color

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

This div background color is #5dd9bc


#5dd9bc Border Color

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

This div border color is #5dd9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd9bc


Comments

No comments written yet.

Please login to write comment.