Color Hex Logo

#5fa890 Color Hex

#5FA890
(95,168,144)
0 Favorites   0 Comments

Color spaces of #5fa890

RGB 95168144
HSL0.450.300.52
HSV160°43°66°
CMYK 0.430.000.14   0.34
XYZ23.756032.451831.3973
Yxy32.45180.27120.3704
Hunter Lab56.9665-25.25387.1986
CIE-Lab63.7145-28.64235.3071

#5fa890 color RGB value is (95,168,144).

#5fa890 hex color red value is 95, green value is 168 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #5fa890 hue: 0.45 , saturation: 0.30 and the lightness value of 5fa890 is 0.52.

The process color (four color CMYK) of #5fa890 color hex is 0.43, 0.00, 0.14, 0.34. Web safe color of #5fa890 is #669999. Color #5fa890 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101000 10010000
Octal 137 250 220
Decimal 95 168 144
Hex 5F A8 90

RGB Percentages of Color #5fa890

%23.34
%41.28
%35.38

CMYK Percentages of Color #5fa890

%43
%0
%14
%34

Triadic Colors of #5fa890

#5fa890 #905fa8 #a8905f

Analogous Colors of #5fa890

#5fa890 #5f9ca8 #5fa86c

Monochromatic Colors of #5fa890

#5fa890

Complementary Color

#5fa890 #a85f77

#5fa890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa890 Color CSS Codes

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

#5fa890 Text Font Color

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

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


#5fa890 Background Color

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

This div background color is #5fa890


#5fa890 Border Color

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

This div border color is #5fa890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa890


Comments

No comments written yet.

Please login to write comment.