Color Hex Logo

#5ddaad Color Hex

#5DDAAD
(93,218,173)
0 Favorites   0 Comments

Color spaces of #5ddaad

RGB 93218173
HSL0.440.630.61
HSV158°57°85°
CMYK 0.570.000.21   0.15
XYZ37.128455.487148.2884
Yxy55.48710.26350.3938
Hunter Lab74.4897-41.385913.7076
CIE-Lab79.3210-45.362011.8275

#5ddaad color RGB value is (93,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011010 10101101
Octal 135 332 255
Decimal 93 218 173
Hex 5D DA AD

RGB Percentages of Color #5ddaad

%19.21
%45.04
%35.74

CMYK Percentages of Color #5ddaad

%57
%0
%21
%15

Triadic Colors of #5ddaad

#5ddaad #ad5dda #daad5d

Analogous Colors of #5ddaad

#5ddaad #5dc9da #5dda6f

Monochromatic Colors of #5ddaad

#5ddaad

Complementary Color

#5ddaad #da5d8a

#5ddaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddaad Color CSS Codes

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

#5ddaad Text Font Color

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

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


#5ddaad Background Color

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

This div background color is #5ddaad


#5ddaad Border Color

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

This div border color is #5ddaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddaad


Comments

No comments written yet.

Please login to write comment.