Color Hex Logo

#5da67f Color Hex

#5DA67F
(93,166,127)
0 Favorites   0 Comments

Color spaces of #5da67f

RGB 93166127
HSL0.410.290.51
HSV148°44°65°
CMYK 0.440.000.23   0.35
XYZ21.981231.131924.9292
Yxy31.13190.28170.3989
Hunter Lab55.7960-27.321712.5669
CIE-Lab62.6188-31.966613.1972

#5da67f color RGB value is (93,166,127).

#5da67f hex color red value is 93, green value is 166 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #5da67f hue: 0.41 , saturation: 0.29 and the lightness value of 5da67f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10100110 01111111
Octal 135 246 177
Decimal 93 166 127
Hex 5D A6 7F

RGB Percentages of Color #5da67f

%24.09
%43.01
%32.90

CMYK Percentages of Color #5da67f

%44
%0
%23
%35

Triadic Colors of #5da67f

#5da67f #7f5da6 #a67f5d

Analogous Colors of #5da67f

#5da67f #5da6a4 #60a65d

Monochromatic Colors of #5da67f

#5da67f

Complementary Color

#5da67f #a65d84

#5da67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da67f Color CSS Codes

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

#5da67f Text Font Color

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

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


#5da67f Background Color

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

This div background color is #5da67f


#5da67f Border Color

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

This div border color is #5da67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da67f


Comments

No comments written yet.

Please login to write comment.