Color Hex Logo

#0fa59b Color Hex

#0FA59B
(15,165,155)
0 Favorites   0 Comments

Color spaces of #0fa59b

RGB 15165155
HSL0.490.830.35
HSV176°91°65°
CMYK 0.910.000.06   0.35
XYZ19.568529.378435.6496
Yxy29.37840.23130.3473
Hunter Lab54.2018-30.4093-1.0549
CIE-Lab61.1141-37.1477-4.8908

#0fa59b color RGB value is (15,165,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10100101 10011011
Octal 17 245 233
Decimal 15 165 155
Hex F A5 9B

RGB Percentages of Color #0fa59b

%4.48
%49.25
%46.27

CMYK Percentages of Color #0fa59b

%91
%0
%6
%35

Triadic Colors of #0fa59b

#0fa59b #9b0fa5 #a59b0f

Analogous Colors of #0fa59b

#0fa59b #0f64a5 #0fa550

Monochromatic Colors of #0fa59b

#0fa59b

Complementary Color

#0fa59b #a50f19

#0fa59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa59b Color CSS Codes

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

#0fa59b Text Font Color

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

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


#0fa59b Background Color

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

This div background color is #0fa59b


#0fa59b Border Color

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

This div border color is #0fa59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa59b


Comments

No comments written yet.

Please login to write comment.