Color Hex Logo

#0fa78b Color Hex

#0FA78B
(15,167,139)
0 Favorites   0 Comments

Color spaces of #0fa78b

RGB 15167139
HSL0.470.840.36
HSV169°91°65°
CMYK 0.910.000.17   0.35
XYZ18.675929.603129.1557
Yxy29.60310.24120.3823
Hunter Lab54.4087-33.94486.3147
CIE-Lab61.3102-42.55214.3842

#0fa78b color RGB value is (15,167,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10100111 10001011
Octal 17 247 213
Decimal 15 167 139
Hex F A7 8B

RGB Percentages of Color #0fa78b

%4.67
%52.02
%43.30

CMYK Percentages of Color #0fa78b

%91
%0
%17
%35

Triadic Colors of #0fa78b

#0fa78b #8b0fa7 #a78b0f

Analogous Colors of #0fa78b

#0fa78b #0f77a7 #0fa73f

Monochromatic Colors of #0fa78b

#0fa78b

Complementary Color

#0fa78b #a70f2b

#0fa78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa78b Color CSS Codes

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

#0fa78b Text Font Color

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

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


#0fa78b Background Color

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

This div background color is #0fa78b


#0fa78b Border Color

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

This div border color is #0fa78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa78b


Comments

No comments written yet.

Please login to write comment.