Color Hex Logo

#5da658 Color Hex

#5DA658
(93,166,88)
0 Favorites   0 Comments

Color spaces of #5da658

RGB 9316688
HSL0.320.310.50
HSV116°47°65°
CMYK 0.440.000.47   0.35
XYZ19.911930.304214.0323
Yxy30.30420.30990.4717
Hunter Lab55.0493-31.770823.4212
CIE-Lab61.9158-38.886233.3148

#5da658 color RGB value is (93,166,88).

#5da658 hex color red value is 93, green value is 166 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #5da658 hue: 0.32 , saturation: 0.31 and the lightness value of 5da658 is 0.50.

The process color (four color CMYK) of #5da658 color hex is 0.44, 0.00, 0.47, 0.35. Web safe color of #5da658 is #669966. Color #5da658 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10100110 01011000
Octal 135 246 130
Decimal 93 166 88
Hex 5D A6 58

RGB Percentages of Color #5da658

%26.80
%47.84
%25.36

CMYK Percentages of Color #5da658

%44
%0
%47
%35

Triadic Colors of #5da658

#5da658 #585da6 #a6585d

Analogous Colors of #5da658

#5da658 #58a67a #84a658

Monochromatic Colors of #5da658

#5da658

Complementary Color

#5da658 #a158a6

#5da658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da658 Color CSS Codes

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

#5da658 Text Font Color

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

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


#5da658 Background Color

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

This div background color is #5da658


#5da658 Border Color

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

This div border color is #5da658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da658


Comments

No comments written yet.

Please login to write comment.