Color Hex Logo

#0fa490 Color Hex

#0FA490
(15,164,144)
0 Favorites   0 Comments

Color spaces of #0fa490

RGB 15164144
HSL0.480.830.35
HSV172°91°64°
CMYK 0.910.000.12   0.36
XYZ18.506528.666130.9433
Yxy28.66610.23690.3670
Hunter Lab53.5407-31.99733.2125
CIE-Lab60.4858-39.88000.3802

#0fa490 color RGB value is (15,164,144).

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

The process color (four color CMYK) of #0fa490 color hex is 0.91, 0.00, 0.12, 0.36. Web safe color of #0fa490 is #009999. Color #0fa490 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10100100 10010000
Octal 17 244 220
Decimal 15 164 144
Hex F A4 90

RGB Percentages of Color #0fa490

%4.64
%50.77
%44.58

CMYK Percentages of Color #0fa490

%91
%0
%12
%36

Triadic Colors of #0fa490

#0fa490 #900fa4 #a4900f

Analogous Colors of #0fa490

#0fa490 #0f6ea4 #0fa446

Monochromatic Colors of #0fa490

#0fa490

Complementary Color

#0fa490 #a40f23

#0fa490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa490 Color CSS Codes

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

#0fa490 Text Font Color

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

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


#0fa490 Background Color

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

This div background color is #0fa490


#0fa490 Border Color

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

This div border color is #0fa490


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,164,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 #0fa490">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa490


Comments

No comments written yet.

Please login to write comment.