Color Hex Logo

#5fa583 Color Hex

#5FA583
(95,165,131)
0 Favorites   0 Comments

Color spaces of #5fa583

RGB 95165131
HSL0.420.280.51
HSV151°42°65°
CMYK 0.420.000.21   0.35
XYZ22.271230.981926.2790
Yxy30.98190.28000.3896
Hunter Lab55.6614-25.986110.9708
CIE-Lab62.4924-30.077710.8096

#5fa583 color RGB value is (95,165,131).

#5fa583 hex color red value is 95, green value is 165 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #5fa583 hue: 0.42 , saturation: 0.28 and the lightness value of 5fa583 is 0.51.

The process color (four color CMYK) of #5fa583 color hex is 0.42, 0.00, 0.21, 0.35. Web safe color of #5fa583 is #669999. Color #5fa583 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100101 10000011
Octal 137 245 203
Decimal 95 165 131
Hex 5F A5 83

RGB Percentages of Color #5fa583

%24.30
%42.20
%33.50

CMYK Percentages of Color #5fa583

%42
%0
%21
%35

Triadic Colors of #5fa583

#5fa583 #835fa5 #a5835f

Analogous Colors of #5fa583

#5fa583 #5fa4a5 #5fa560

Monochromatic Colors of #5fa583

#5fa583

Complementary Color

#5fa583 #a55f81

#5fa583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa583 Color CSS Codes

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

#5fa583 Text Font Color

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

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


#5fa583 Background Color

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

This div background color is #5fa583


#5fa583 Border Color

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

This div border color is #5fa583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa583


Comments

No comments written yet.

Please login to write comment.