Color Hex Logo

#5dddba Color Hex

#5DDDBA
(93,221,186)
0 Favorites   0 Comments

Color spaces of #5dddba

RGB 93221186
HSL0.450.650.62
HSV164°58°87°
CMYK 0.580.000.16   0.13
XYZ39.233657.585255.5016
Yxy57.58520.25760.3781
Hunter Lab75.8849-40.51159.7552
CIE-Lab80.5076-43.69526.6286

#5dddba color RGB value is (93,221,186).

#5dddba hex color red value is 93, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5dddba hue: 0.45 , saturation: 0.65 and the lightness value of 5dddba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011101 10111010
Octal 135 335 272
Decimal 93 221 186
Hex 5D DD BA

RGB Percentages of Color #5dddba

%18.60
%44.20
%37.20

CMYK Percentages of Color #5dddba

%58
%0
%16
%13

Triadic Colors of #5dddba

#5dddba #ba5ddd #ddba5d

Analogous Colors of #5dddba

#5dddba #5dc0dd #5ddd7a

Monochromatic Colors of #5dddba

#5dddba

Complementary Color

#5dddba #dd5d80

#5dddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dddba Color CSS Codes

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

#5dddba Text Font Color

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

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


#5dddba Background Color

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

This div background color is #5dddba


#5dddba Border Color

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

This div border color is #5dddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dddba


Comments

No comments written yet.

Please login to write comment.