Color Hex Logo

#109caf Color Hex

#109CAF
(16,156,175)
0 Favorites   0 Comments

Color spaces of #109caf

RGB 16156175
HSL0.520.830.37
HSV187°91°69°
CMYK 0.910.110.00   0.31
XYZ19.840026.982244.7199
Yxy26.98220.21670.2948
Hunter Lab51.9444-22.7252-14.6828
CIE-Lab58.9578-26.4942-19.4278

#109caf color RGB value is (16,156,175).

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

The process color (four color CMYK) of #109caf color hex is 0.91, 0.11, 0.00, 0.31. Web safe color of #109caf is #009999. Color #109caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011100 10101111
Octal 20 234 257
Decimal 16 156 175
Hex 10 9C AF

RGB Percentages of Color #109caf

%4.61
%44.96
%50.43

CMYK Percentages of Color #109caf

%91
%11
%0
%31

Triadic Colors of #109caf

#109caf #af109c #9caf10

Analogous Colors of #109caf

#109caf #104daf #10af73

Monochromatic Colors of #109caf

#109caf

Complementary Color

#109caf #af2310

#109caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#109caf Color CSS Codes

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

#109caf Text Font Color

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

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


#109caf Background Color

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

This div background color is #109caf


#109caf Border Color

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

This div border color is #109caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109caf


Comments

No comments written yet.

Please login to write comment.