Color Hex Logo

#5faf0e Color Hex

#5FAF0E
(95,175,14)
0 Favorites   0 Comments

Color spaces of #5faf0e

RGB 9517514
HSL0.250.850.37
HSV90°92°69°
CMYK 0.460.000.92   0.31
XYZ20.128633.12455.7483
Yxy33.12450.34120.5614
Hunter Lab57.5539-38.291634.3660
CIE-Lab64.2616-47.923963.3541

#5faf0e color RGB value is (95,175,14).

#5faf0e hex color red value is 95, green value is 175 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #5faf0e hue: 0.25 , saturation: 0.85 and the lightness value of 5faf0e is 0.37.

The process color (four color CMYK) of #5faf0e color hex is 0.46, 0.00, 0.92, 0.31. Web safe color of #5faf0e is #669900. Color #5faf0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101111 00001110
Octal 137 257 16
Decimal 95 175 14
Hex 5F AF E

RGB Percentages of Color #5faf0e

%33.45
%61.62
%4.93

CMYK Percentages of Color #5faf0e

%46
%0
%92
%31

Triadic Colors of #5faf0e

#5faf0e #0e5faf #af0e5f

Analogous Colors of #5faf0e

#5faf0e #0faf0e #afaf0e

Monochromatic Colors of #5faf0e

#5faf0e

Complementary Color

#5faf0e #5e0eaf

#5faf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faf0e Color CSS Codes

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

#5faf0e Text Font Color

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

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


#5faf0e Background Color

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

This div background color is #5faf0e


#5faf0e Border Color

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

This div border color is #5faf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faf0e


Comments

No comments written yet.

Please login to write comment.