Color Hex Logo

#108ccc Color Hex

#108CCC
(16,140,204)
0 Favorites   0 Comments

Color spaces of #108ccc

RGB 16140204
HSL0.560.850.43
HSV200°92°80°
CMYK 0.920.310.00   0.20
XYZ20.490923.226060.5298
Yxy23.22600.19660.2228
Hunter Lab48.1934-8.4436-40.7316
CIE-Lab55.3044-7.5377-41.5111

#108ccc color RGB value is (16,140,204).

#108ccc hex color red value is 16, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #108ccc hue: 0.56 , saturation: 0.85 and the lightness value of 108ccc is 0.43.

The process color (four color CMYK) of #108ccc color hex is 0.92, 0.31, 0.00, 0.20. Web safe color of #108ccc is #0099cc. Color #108ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10001100 11001100
Octal 20 214 314
Decimal 16 140 204
Hex 10 8C CC

RGB Percentages of Color #108ccc

%4.44
%38.89
%56.67

CMYK Percentages of Color #108ccc

%92
%31
%0
%20

Triadic Colors of #108ccc

#108ccc #cc108c #8ccc10

Analogous Colors of #108ccc

#108ccc #102ecc #10ccae

Monochromatic Colors of #108ccc

#108ccc

Complementary Color

#108ccc #cc5010

#108ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#108ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#108ccc Color CSS Codes

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

#108ccc Text Font Color

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

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


#108ccc Background Color

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

This div background color is #108ccc


#108ccc Border Color

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

This div border color is #108ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #108ccc


Comments

No comments written yet.

Please login to write comment.