Color Hex Logo

#0fa684 Color Hex

#0FA684
(15,166,132)
0 Favorites   0 Comments

Color spaces of #0fa684

RGB 15166132
HSL0.460.830.35
HSV166°91°65°
CMYK 0.910.000.20   0.35
XYZ17.998129.039926.4865
Yxy29.03990.24480.3950
Hunter Lab53.8887-34.68868.5808
CIE-Lab60.8168-43.98537.5939

#0fa684 color RGB value is (15,166,132).

#0fa684 hex color red value is 15, green value is 166 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #0fa684 hue: 0.46 , saturation: 0.83 and the lightness value of 0fa684 is 0.35.

The process color (four color CMYK) of #0fa684 color hex is 0.91, 0.00, 0.20, 0.35. Web safe color of #0fa684 is #009999. Color #0fa684 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10100110 10000100
Octal 17 246 204
Decimal 15 166 132
Hex F A6 84

RGB Percentages of Color #0fa684

%4.79
%53.04
%42.17

CMYK Percentages of Color #0fa684

%91
%0
%20
%35

Triadic Colors of #0fa684

#0fa684 #840fa6 #a6840f

Analogous Colors of #0fa684

#0fa684 #0f7da6 #0fa639

Monochromatic Colors of #0fa684

#0fa684

Complementary Color

#0fa684 #a60f31

#0fa684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa684 Color CSS Codes

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

#0fa684 Text Font Color

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

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


#0fa684 Background Color

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

This div background color is #0fa684


#0fa684 Border Color

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

This div border color is #0fa684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa684


Comments

No comments written yet.

Please login to write comment.