Color Hex Logo

#0fac8e Color Hex

#0FAC8E
(15,172,142)
0 Favorites   0 Comments

Color spaces of #0fac8e

RGB 15172142
HSL0.470.840.37
HSV169°91°67°
CMYK 0.910.000.17   0.33
XYZ19.832031.559630.6375
Yxy31.55960.24180.3847
Hunter Lab56.1779-35.29716.9898
CIE-Lab62.9772-43.85895.1104

#0fac8e color RGB value is (15,172,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101100 10001110
Octal 17 254 216
Decimal 15 172 142
Hex F AC 8E

RGB Percentages of Color #0fac8e

%4.56
%52.28
%43.16

CMYK Percentages of Color #0fac8e

%91
%0
%17
%33

Triadic Colors of #0fac8e

#0fac8e #8e0fac #ac8e0f

Analogous Colors of #0fac8e

#0fac8e #0f7cac #0fac40

Monochromatic Colors of #0fac8e

#0fac8e

Complementary Color

#0fac8e #ac0f2d

#0fac8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fac8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fac8e Color CSS Codes

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

#0fac8e Text Font Color

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

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


#0fac8e Background Color

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

This div background color is #0fac8e


#0fac8e Border Color

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

This div border color is #0fac8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fac8e


Comments

No comments written yet.

Please login to write comment.