Color Hex Logo

#5dada0 Color Hex

#5DADA0
(93,173,160)
0 Favorites   0 Comments

Color spaces of #5dada0

RGB 93173160
HSL0.470.330.52
HSV170°46°68°
CMYK 0.460.000.08   0.32
XYZ25.802934.752438.6056
Yxy34.75240.26020.3505
Hunter Lab58.9512-25.03522.4383
CIE-Lab65.5554-27.7794-0.9427

#5dada0 color RGB value is (93,173,160).

#5dada0 hex color red value is 93, green value is 173 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #5dada0 hue: 0.47 , saturation: 0.33 and the lightness value of 5dada0 is 0.52.

The process color (four color CMYK) of #5dada0 color hex is 0.46, 0.00, 0.08, 0.32. Web safe color of #5dada0 is #669999. Color #5dada0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 10100000
Octal 135 255 240
Decimal 93 173 160
Hex 5D AD A0

RGB Percentages of Color #5dada0

%21.83
%40.61
%37.56

CMYK Percentages of Color #5dada0

%46
%0
%8
%32

Triadic Colors of #5dada0

#5dada0 #a05dad #ada05d

Analogous Colors of #5dada0

#5dada0 #5d92ad #5dad78

Monochromatic Colors of #5dada0

#5dada0

Complementary Color

#5dada0 #ad5d6a

#5dada0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dada0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dada0 Color CSS Codes

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

#5dada0 Text Font Color

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

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


#5dada0 Background Color

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

This div background color is #5dada0


#5dada0 Border Color

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

This div border color is #5dada0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dada0


Comments

No comments written yet.

Please login to write comment.