Color Hex Logo

#107ccc Color Hex

#107CCC
(16,124,204)
0 Favorites   0 Comments

Color spaces of #107ccc

RGB 16124204
HSL0.570.850.43
HSV206°92°80°
CMYK 0.920.390.00   0.20
XYZ18.320418.885159.8063
Yxy18.88510.18880.1947
Hunter Lab43.4570-0.7985-51.1761
CIE-Lab50.55251.9612-49.0461

#107ccc color RGB value is (16,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111100 11001100
Octal 20 174 314
Decimal 16 124 204
Hex 10 7C CC

RGB Percentages of Color #107ccc

%4.65
%36.05
%59.30

CMYK Percentages of Color #107ccc

%92
%39
%0
%20

Triadic Colors of #107ccc

#107ccc #cc107c #7ccc10

Analogous Colors of #107ccc

#107ccc #101ecc #10ccbe

Monochromatic Colors of #107ccc

#107ccc

Complementary Color

#107ccc #cc6010

#107ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#107ccc Color CSS Codes

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

#107ccc Text Font Color

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

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


#107ccc Background Color

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

This div background color is #107ccc


#107ccc Border Color

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

This div border color is #107ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107ccc


Comments

No comments written yet.

Please login to write comment.