Color Hex Logo

#108cab Color Hex

#108CAB
(16,140,171)
0 Favorites   0 Comments

Color spaces of #108cab

RGB 16140171
HSL0.530.830.37
HSV192°91°67°
CMYK 0.910.180.00   0.33
XYZ16.942521.806641.8442
Yxy21.80660.21020.2706
Hunter Lab46.6975-16.9585-20.4396
CIE-Lab53.8212-19.5585-25.0267

#108cab color RGB value is (16,140,171).

#108cab hex color red value is 16, green value is 140 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #108cab hue: 0.53 , saturation: 0.83 and the lightness value of 108cab is 0.37.

The process color (four color CMYK) of #108cab color hex is 0.91, 0.18, 0.00, 0.33. Web safe color of #108cab is #009999. Color #108cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10001100 10101011
Octal 20 214 253
Decimal 16 140 171
Hex 10 8C AB

RGB Percentages of Color #108cab

%4.89
%42.81
%52.29

CMYK Percentages of Color #108cab

%91
%18
%0
%33

Triadic Colors of #108cab

#108cab #ab108c #8cab10

Analogous Colors of #108cab

#108cab #103eab #10ab7d

Monochromatic Colors of #108cab

#108cab

Complementary Color

#108cab #ab2f10

#108cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#108cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#108cab Color CSS Codes

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

#108cab Text Font Color

<p style="color:#108cab">Text here</p>

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


#108cab Background Color

<div style="background-color:#108cab">
Div content here</div>

This div background color is #108cab


#108cab Border Color

<div style="border:3px solid #108cab">
Div here</div>

This div border color is #108cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,140,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #108cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #108cab;
  -webkit-box-shadow: 1px 1px 3px 2px #108cab;
  box-shadow:         1px 1px 3px 2px #108cab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #108cab


Comments

No comments written yet.

Please login to write comment.