Color Hex Logo

#0fa817 Color Hex

#0FA817
(15,168,23)
0 Favorites   0 Comments

Color spaces of #0fa817

RGB 1516823
HSL0.340.840.36
HSV123°91°66°
CMYK 0.910.000.86   0.34
XYZ14.354328.16875.4912
Yxy28.16870.29900.5867
Hunter Lab53.0742-44.603231.0176
CIE-Lab60.0408-61.494957.2126

#0fa817 color RGB value is (15,168,23).

#0fa817 hex color red value is 15, green value is 168 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #0fa817 hue: 0.34 , saturation: 0.84 and the lightness value of 0fa817 is 0.36.

The process color (four color CMYK) of #0fa817 color hex is 0.91, 0.00, 0.86, 0.34. Web safe color of #0fa817 is #009900. Color #0fa817 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101000 00010111
Octal 17 250 27
Decimal 15 168 23
Hex F A8 17

RGB Percentages of Color #0fa817

%7.28
%81.55
%11.17

CMYK Percentages of Color #0fa817

%91
%0
%86
%34

Triadic Colors of #0fa817

#0fa817 #170fa8 #a8170f

Analogous Colors of #0fa817

#0fa817 #0fa864 #53a80f

Monochromatic Colors of #0fa817

#0fa817

Complementary Color

#0fa817 #a80fa0

#0fa817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa817 Color CSS Codes

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

#0fa817 Text Font Color

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

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


#0fa817 Background Color

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

This div background color is #0fa817


#0fa817 Border Color

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

This div border color is #0fa817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa817


Comments

No comments written yet.

Please login to write comment.