Color Hex Logo

#5da384 Color Hex

#5DA384
(93,163,132)
0 Favorites   0 Comments

Color spaces of #5da384

RGB 93163132
HSL0.430.280.50
HSV153°43°64°
CMYK 0.430.000.19   0.36
XYZ21.776330.187526.5088
Yxy30.18750.27750.3847
Hunter Lab54.9432-25.40349.8542
CIE-Lab61.8157-29.46139.2810

#5da384 color RGB value is (93,163,132).

#5da384 hex color red value is 93, green value is 163 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #5da384 hue: 0.43 , saturation: 0.28 and the lightness value of 5da384 is 0.50.

The process color (four color CMYK) of #5da384 color hex is 0.43, 0.00, 0.19, 0.36. Web safe color of #5da384 is #669999. Color #5da384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10100011 10000100
Octal 135 243 204
Decimal 93 163 132
Hex 5D A3 84

RGB Percentages of Color #5da384

%23.97
%42.01
%34.02

CMYK Percentages of Color #5da384

%43
%0
%19
%36

Triadic Colors of #5da384

#5da384 #845da3 #a3845d

Analogous Colors of #5da384

#5da384 #5d9fa3 #5da361

Monochromatic Colors of #5da384

#5da384

Complementary Color

#5da384 #a35d7c

#5da384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da384 Color CSS Codes

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

#5da384 Text Font Color

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

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


#5da384 Background Color

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

This div background color is #5da384


#5da384 Border Color

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

This div border color is #5da384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da384


Comments

No comments written yet.

Please login to write comment.