Color Hex Logo

#5dae5f Color Hex

#5DAE5F
(93,174,95)
0 Favorites   0 Comments

Color spaces of #5dae5f

RGB 9317495
HSL0.340.330.52
HSV121°47°68°
CMYK 0.470.000.45   0.32
XYZ21.715833.425516.1337
Yxy33.42550.30470.4690
Hunter Lab57.8148-34.129523.9250
CIE-Lab64.5040-41.332532.9669

#5dae5f color RGB value is (93,174,95).

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

The process color (four color CMYK) of #5dae5f color hex is 0.47, 0.00, 0.45, 0.32. Web safe color of #5dae5f is #669966. Color #5dae5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 01011111
Octal 135 256 137
Decimal 93 174 95
Hex 5D AE 5F

RGB Percentages of Color #5dae5f

%25.69
%48.07
%26.24

CMYK Percentages of Color #5dae5f

%47
%0
%45
%32

Triadic Colors of #5dae5f

#5dae5f #5f5dae #ae5f5d

Analogous Colors of #5dae5f

#5dae5f #5dae88 #84ae5d

Monochromatic Colors of #5dae5f

#5dae5f

Complementary Color

#5dae5f #ae5dac

#5dae5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dae5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dae5f Color CSS Codes

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

#5dae5f Text Font Color

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

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


#5dae5f Background Color

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

This div background color is #5dae5f


#5dae5f Border Color

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

This div border color is #5dae5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dae5f


Comments

No comments written yet.

Please login to write comment.