Color Hex Logo

#107e5f Color Hex

#107E5F
(16,126,95)
0 Favorites   0 Comments

Color spaces of #107e5f

RGB 1612695
HSL0.450.770.28
HSV163°87°49°
CMYK 0.870.000.25   0.51
XYZ9.740115.858113.3740
Yxy15.85810.24990.4069
Hunter Lab39.8222-26.02977.9635
CIE-Lab46.7878-36.65718.8371

#107e5f color RGB value is (16,126,95).

#107e5f hex color red value is 16, green value is 126 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #107e5f hue: 0.45 , saturation: 0.77 and the lightness value of 107e5f is 0.28.

The process color (four color CMYK) of #107e5f color hex is 0.87, 0.00, 0.25, 0.51. Web safe color of #107e5f is #006666. Color #107e5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111110 01011111
Octal 20 176 137
Decimal 16 126 95
Hex 10 7E 5F

RGB Percentages of Color #107e5f

%6.75
%53.16
%40.08

CMYK Percentages of Color #107e5f

%87
%0
%25
%51

Triadic Colors of #107e5f

#107e5f #5f107e #7e5f10

Analogous Colors of #107e5f

#107e5f #10667e #107e28

Monochromatic Colors of #107e5f

#107e5f

Complementary Color

#107e5f #7e102f

#107e5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107e5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#107e5f Color CSS Codes

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

#107e5f Text Font Color

<p style="color:#107e5f">Text here</p>

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


#107e5f Background Color

<div style="background-color:#107e5f">
Div content here</div>

This div background color is #107e5f


#107e5f Border Color

<div style="border:3px solid #107e5f">
Div here</div>

This div border color is #107e5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,126,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #107e5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #107e5f;
  -webkit-box-shadow: 1px 1px 3px 2px #107e5f;
  box-shadow:         1px 1px 3px 2px #107e5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107e5f


Comments

No comments written yet.

Please login to write comment.