Color Hex Logo

#5dada4 Color Hex

#5DADA4
(93,173,164)
0 Favorites   0 Comments

Color spaces of #5dada4

RGB 93173164
HSL0.480.330.52
HSV173°46°68°
CMYK 0.460.000.05   0.32
XYZ26.158634.894640.4786
Yxy34.89460.25760.3437
Hunter Lab59.0717-24.33050.7219
CIE-Lab65.6665-26.7773-3.0043

#5dada4 color RGB value is (93,173,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101101 10100100
Octal 135 255 244
Decimal 93 173 164
Hex 5D AD A4

RGB Percentages of Color #5dada4

%21.63
%40.23
%38.14

CMYK Percentages of Color #5dada4

%46
%0
%5
%32

Triadic Colors of #5dada4

#5dada4 #a45dad #ada45d

Analogous Colors of #5dada4

#5dada4 #5d8ead #5dad7c

Monochromatic Colors of #5dada4

#5dada4

Complementary Color

#5dada4 #ad5d66

#5dada4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dada4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dada4 Color CSS Codes

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

#5dada4 Text Font Color

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

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


#5dada4 Background Color

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

This div background color is #5dada4


#5dada4 Border Color

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

This div border color is #5dada4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dada4

#5dada4 Color Palettes


Comments

No comments written yet.

Please login to write comment.