Color Hex Logo

#109eae Color Hex

#109EAE
(16,158,174)
0 Favorites   0 Comments

Color spaces of #109eae

RGB 16158174
HSL0.520.830.37
HSV186°91°68°
CMYK 0.910.090.00   0.32
XYZ20.080527.619944.3172
Yxy27.61990.21820.3002
Hunter Lab52.5546-23.7679-13.2086
CIE-Lab59.5438-27.8261-17.9700

#109eae color RGB value is (16,158,174).

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

The process color (four color CMYK) of #109eae color hex is 0.91, 0.09, 0.00, 0.32. Web safe color of #109eae is #009999. Color #109eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011110 10101110
Octal 20 236 256
Decimal 16 158 174
Hex 10 9E AE

RGB Percentages of Color #109eae

%4.60
%45.40
%50.00

CMYK Percentages of Color #109eae

%91
%9
%0
%32

Triadic Colors of #109eae

#109eae #ae109e #9eae10

Analogous Colors of #109eae

#109eae #104fae #10ae6f

Monochromatic Colors of #109eae

#109eae

Complementary Color

#109eae #ae2010

#109eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#109eae Color CSS Codes

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

#109eae Text Font Color

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

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


#109eae Background Color

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

This div background color is #109eae


#109eae Border Color

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

This div border color is #109eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,158,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 #109eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109eae


Comments

No comments written yet.

Please login to write comment.