Color Hex Logo

#109ccc Color Hex

#109CCC
(16,156,204)
0 Favorites   0 Comments

Color spaces of #109ccc

RGB 16156204
HSL0.540.850.43
HSV195°92°80°
CMYK 0.920.240.00   0.20
XYZ23.001228.246761.3666
Yxy28.24670.20420.2508
Hunter Lab53.1476-15.7572-31.2555
CIE-Lab60.1110-16.4813-33.9782

#109ccc color RGB value is (16,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011100 11001100
Octal 20 234 314
Decimal 16 156 204
Hex 10 9C CC

RGB Percentages of Color #109ccc

%4.26
%41.49
%54.26

CMYK Percentages of Color #109ccc

%92
%24
%0
%20

Triadic Colors of #109ccc

#109ccc #cc109c #9ccc10

Analogous Colors of #109ccc

#109ccc #103ecc #10cc9e

Monochromatic Colors of #109ccc

#109ccc

Complementary Color

#109ccc #cc4010

#109ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#109ccc Color CSS Codes

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

#109ccc Text Font Color

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

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


#109ccc Background Color

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

This div background color is #109ccc


#109ccc Border Color

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

This div border color is #109ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109ccc

#109ccc Color Palettes


Comments

No comments written yet.

Please login to write comment.