Color Hex Logo

#107eae Color Hex

#107EAE
(16,126,174)
0 Favorites   0 Comments

Color spaces of #107eae

RGB 16126174
HSL0.550.830.37
HSV198°91°68°
CMYK 0.910.280.00   0.32
XYZ15.314518.087942.7285
Yxy18.08790.20120.2376
Hunter Lab42.5299-10.1516-29.7960
CIE-Lab49.6025-10.6928-33.3174

#107eae color RGB value is (16,126,174).

#107eae hex color red value is 16, green value is 126 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #107eae hue: 0.55 , saturation: 0.83 and the lightness value of 107eae is 0.37.

The process color (four color CMYK) of #107eae color hex is 0.91, 0.28, 0.00, 0.32. Web safe color of #107eae is #006699. Color #107eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111110 10101110
Octal 20 176 256
Decimal 16 126 174
Hex 10 7E AE

RGB Percentages of Color #107eae

%5.06
%39.87
%55.06

CMYK Percentages of Color #107eae

%91
%28
%0
%32

Triadic Colors of #107eae

#107eae #ae107e #7eae10

Analogous Colors of #107eae

#107eae #102fae #10ae8f

Monochromatic Colors of #107eae

#107eae

Complementary Color

#107eae #ae4010

#107eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#107eae Color CSS Codes

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

#107eae Text Font Color

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

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


#107eae Background Color

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

This div background color is #107eae


#107eae Border Color

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

This div border color is #107eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107eae


Comments

No comments written yet.

Please login to write comment.