Color Hex Logo

#5fa093 Color Hex

#5FA093
(95,160,147)
0 Favorites   0 Comments

Color spaces of #5fa093

RGB 95160147
HSL0.470.250.50
HSV168°41°63°
CMYK 0.410.000.08   0.37
XYZ22.556629.681132.1439
Yxy29.68110.26730.3517
Hunter Lab54.4804-21.43603.1546
CIE-Lab61.3781-23.96370.2395

#5fa093 color RGB value is (95,160,147).

#5fa093 hex color red value is 95, green value is 160 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #5fa093 hue: 0.47 , saturation: 0.25 and the lightness value of 5fa093 is 0.50.

The process color (four color CMYK) of #5fa093 color hex is 0.41, 0.00, 0.08, 0.37. Web safe color of #5fa093 is #669999. Color #5fa093 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100000 10010011
Octal 137 240 223
Decimal 95 160 147
Hex 5F A0 93

RGB Percentages of Color #5fa093

%23.63
%39.80
%36.57

CMYK Percentages of Color #5fa093

%41
%0
%8
%37

Triadic Colors of #5fa093

#5fa093 #935fa0 #a0935f

Analogous Colors of #5fa093

#5fa093 #5f8da0 #5fa073

Monochromatic Colors of #5fa093

#5fa093

Complementary Color

#5fa093 #a05f6c

#5fa093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa093 Color CSS Codes

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

#5fa093 Text Font Color

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

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


#5fa093 Background Color

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

This div background color is #5fa093


#5fa093 Border Color

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

This div border color is #5fa093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa093


Comments

No comments written yet.

Please login to write comment.