Color Hex Logo

#5fa485 Color Hex

#5FA485
(95,164,133)
0 Favorites   0 Comments

Color spaces of #5fa485

RGB 95164133
HSL0.430.270.51
HSV153°42°64°
CMYK 0.420.000.19   0.36
XYZ22.228430.677326.9400
Yxy30.67730.27840.3842
Hunter Lab55.3871-25.29039.9326
CIE-Lab62.2343-29.16299.3292

#5fa485 color RGB value is (95,164,133).

#5fa485 hex color red value is 95, green value is 164 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #5fa485 hue: 0.43 , saturation: 0.27 and the lightness value of 5fa485 is 0.51.

The process color (four color CMYK) of #5fa485 color hex is 0.42, 0.00, 0.19, 0.36. Web safe color of #5fa485 is #669999. Color #5fa485 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100100 10000101
Octal 137 244 205
Decimal 95 164 133
Hex 5F A4 85

RGB Percentages of Color #5fa485

%24.23
%41.84
%33.93

CMYK Percentages of Color #5fa485

%42
%0
%19
%36

Triadic Colors of #5fa485

#5fa485 #855fa4 #a4855f

Analogous Colors of #5fa485

#5fa485 #5fa1a4 #5fa463

Monochromatic Colors of #5fa485

#5fa485

Complementary Color

#5fa485 #a45f7e

#5fa485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa485 Color CSS Codes

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

#5fa485 Text Font Color

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

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


#5fa485 Background Color

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

This div background color is #5fa485


#5fa485 Border Color

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

This div border color is #5fa485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa485


Comments

No comments written yet.

Please login to write comment.