Color Hex Logo

#0fa37e Color Hex

#0FA37E
(15,163,126)
0 Favorites   0 Comments

Color spaces of #0fa37e

RGB 15163126
HSL0.460.830.35
HSV165°91°64°
CMYK 0.910.000.23   0.36
XYZ17.060127.802324.2059
Yxy27.80230.24700.4025
Hunter Lab52.7279-34.52029.6911
CIE-Lab59.7097-44.29049.3765

#0fa37e color RGB value is (15,163,126).

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

The process color (four color CMYK) of #0fa37e color hex is 0.91, 0.00, 0.23, 0.36. Web safe color of #0fa37e is #009966. Color #0fa37e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10100011 01111110
Octal 17 243 176
Decimal 15 163 126
Hex F A3 7E

RGB Percentages of Color #0fa37e

%4.93
%53.62
%41.45

CMYK Percentages of Color #0fa37e

%91
%0
%23
%36

Triadic Colors of #0fa37e

#0fa37e #7e0fa3 #a37e0f

Analogous Colors of #0fa37e

#0fa37e #0f7ea3 #0fa334

Monochromatic Colors of #0fa37e

#0fa37e

Complementary Color

#0fa37e #a30f34

#0fa37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa37e Color CSS Codes

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

#0fa37e Text Font Color

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

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


#0fa37e Background Color

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

This div background color is #0fa37e


#0fa37e Border Color

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

This div border color is #0fa37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa37e


Comments

No comments written yet.

Please login to write comment.