Color Hex Logo

#0fb490 Color Hex

#0FB490
(15,180,144)
0 Favorites   0 Comments

Color spaces of #0fb490

RGB 15180144
HSL0.460.850.38
HSV167°92°71°
CMYK 0.920.000.20   0.29
XYZ21.552334.757731.9585
Yxy34.75770.24420.3938
Hunter Lab58.9557-37.91859.1292
CIE-Lab65.5596-46.65167.7056

#0fb490 color RGB value is (15,180,144).

#0fb490 hex color red value is 15, green value is 180 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #0fb490 hue: 0.46 , saturation: 0.85 and the lightness value of 0fb490 is 0.38.

The process color (four color CMYK) of #0fb490 color hex is 0.92, 0.00, 0.20, 0.29. Web safe color of #0fb490 is #00cc99. Color #0fb490 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110100 10010000
Octal 17 264 220
Decimal 15 180 144
Hex F B4 90

RGB Percentages of Color #0fb490

%4.42
%53.10
%42.48

CMYK Percentages of Color #0fb490

%92
%0
%20
%29

Triadic Colors of #0fb490

#0fb490 #900fb4 #b4900f

Analogous Colors of #0fb490

#0fb490 #0f86b4 #0fb43e

Monochromatic Colors of #0fb490

#0fb490

Complementary Color

#0fb490 #b40f33

#0fb490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb490 Color CSS Codes

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

#0fb490 Text Font Color

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

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


#0fb490 Background Color

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

This div background color is #0fb490


#0fb490 Border Color

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

This div border color is #0fb490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb490


Comments

No comments written yet.

Please login to write comment.