Color Hex Logo

#5fa482 Color Hex

#5FA482
(95,164,130)
0 Favorites   0 Comments

Color spaces of #5fa482

RGB 95164130
HSL0.420.270.51
HSV150°42°64°
CMYK 0.420.000.21   0.36
XYZ22.024030.595525.8638
Yxy30.59550.28060.3898
Hunter Lab55.3132-25.724910.9959
CIE-Lab62.1647-29.810010.9039

#5fa482 color RGB value is (95,164,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100100 10000010
Octal 137 244 202
Decimal 95 164 130
Hex 5F A4 82

RGB Percentages of Color #5fa482

%24.42
%42.16
%33.42

CMYK Percentages of Color #5fa482

%42
%0
%21
%36

Triadic Colors of #5fa482

#5fa482 #825fa4 #a4825f

Analogous Colors of #5fa482

#5fa482 #5fa4a4 #5fa460

Monochromatic Colors of #5fa482

#5fa482

Complementary Color

#5fa482 #a45f81

#5fa482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa482 Color CSS Codes

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

#5fa482 Text Font Color

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

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


#5fa482 Background Color

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

This div background color is #5fa482


#5fa482 Border Color

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

This div border color is #5fa482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa482


Comments

No comments written yet.

Please login to write comment.