Color Hex Logo

#0faf5f Color Hex

#0FAF5F
(15,175,95)
0 Favorites   0 Comments

Color spaces of #0faf5f

RGB 1517595
HSL0.420.840.37
HSV150°91°69°
CMYK 0.910.000.46   0.31
XYZ17.592531.587715.9963
Yxy31.58770.26990.4846
Hunter Lab56.2029-42.481522.4671
CIE-Lab63.0006-55.571530.6763

#0faf5f color RGB value is (15,175,95).

#0faf5f hex color red value is 15, green value is 175 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #0faf5f hue: 0.42 , saturation: 0.84 and the lightness value of 0faf5f is 0.37.

The process color (four color CMYK) of #0faf5f color hex is 0.91, 0.00, 0.46, 0.31. Web safe color of #0faf5f is #009966. Color #0faf5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101111 01011111
Octal 17 257 137
Decimal 15 175 95
Hex F AF 5F

RGB Percentages of Color #0faf5f

%5.26
%61.40
%33.33

CMYK Percentages of Color #0faf5f

%91
%0
%46
%31

Triadic Colors of #0faf5f

#0faf5f #5f0faf #af5f0f

Analogous Colors of #0faf5f

#0faf5f #0fafaf #0faf0f

Monochromatic Colors of #0faf5f

#0faf5f

Complementary Color

#0faf5f #af0f5f

#0faf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faf5f Color CSS Codes

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

#0faf5f Text Font Color

<p style="color:#0faf5f">Text here</p>

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


#0faf5f Background Color

<div style="background-color:#0faf5f">
Div content here</div>

This div background color is #0faf5f


#0faf5f Border Color

<div style="border:3px solid #0faf5f">
Div here</div>

This div border color is #0faf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faf5f


Comments

No comments written yet.

Please login to write comment.