Color Hex Logo

#5da871 Color Hex

#5DA871
(93,168,113)
0 Favorites   0 Comments

Color spaces of #5da871

RGB 93168113
HSL0.380.300.51
HSV136°45°66°
CMYK 0.450.000.33   0.34
XYZ21.497531.524720.5746
Yxy31.52470.29210.4283
Hunter Lab56.1469-29.913017.5764
CIE-Lab62.9481-35.653821.3495

#5da871 color RGB value is (93,168,113).

#5da871 hex color red value is 93, green value is 168 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #5da871 hue: 0.38 , saturation: 0.30 and the lightness value of 5da871 is 0.51.

The process color (four color CMYK) of #5da871 color hex is 0.45, 0.00, 0.33, 0.34. Web safe color of #5da871 is #669966. Color #5da871 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101000 01110001
Octal 135 250 161
Decimal 93 168 113
Hex 5D A8 71

RGB Percentages of Color #5da871

%24.87
%44.92
%30.21

CMYK Percentages of Color #5da871

%45
%0
%33
%34

Triadic Colors of #5da871

#5da871 #715da8 #a8715d

Analogous Colors of #5da871

#5da871 #5da897 #6fa85d

Monochromatic Colors of #5da871

#5da871

Complementary Color

#5da871 #a85d94

#5da871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da871 Color CSS Codes

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

#5da871 Text Font Color

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

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


#5da871 Background Color

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

This div background color is #5da871


#5da871 Border Color

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

This div border color is #5da871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da871


Comments

No comments written yet.

Please login to write comment.