Color Hex Logo

#5ddbaf Color Hex

#5DDBAF
(93,219,175)
0 Favorites   0 Comments

Color spaces of #5ddbaf

RGB 93219175
HSL0.440.640.61
HSV159°58°86°
CMYK 0.580.000.20   0.14
XYZ37.583656.085349.4021
Yxy56.08530.26270.3920
Hunter Lab74.8901-41.477513.3118
CIE-Lab79.6623-45.345611.2523

#5ddbaf color RGB value is (93,219,175).

#5ddbaf hex color red value is 93, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5ddbaf hue: 0.44 , saturation: 0.64 and the lightness value of 5ddbaf is 0.61.

The process color (four color CMYK) of #5ddbaf color hex is 0.58, 0.00, 0.20, 0.14. Web safe color of #5ddbaf is #66cc99. Color #5ddbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011011 10101111
Octal 135 333 257
Decimal 93 219 175
Hex 5D DB AF

RGB Percentages of Color #5ddbaf

%19.10
%44.97
%35.93

CMYK Percentages of Color #5ddbaf

%58
%0
%20
%14

Triadic Colors of #5ddbaf

#5ddbaf #af5ddb #dbaf5d

Analogous Colors of #5ddbaf

#5ddbaf #5dc8db #5ddb70

Monochromatic Colors of #5ddbaf

#5ddbaf

Complementary Color

#5ddbaf #db5d89

#5ddbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddbaf Color CSS Codes

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

#5ddbaf Text Font Color

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

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


#5ddbaf Background Color

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

This div background color is #5ddbaf


#5ddbaf Border Color

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

This div border color is #5ddbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddbaf


Comments

No comments written yet.

Please login to write comment.