Color Hex Logo

#107ecc Color Hex

#107ECC
(16,126,204)
0 Favorites   0 Comments

Color spaces of #107ecc

RGB 16126204
HSL0.570.850.43
HSV205°92°80°
CMYK 0.920.380.00   0.20
XYZ18.573619.391559.8907
Yxy19.39150.18980.1982
Hunter Lab44.0358-1.7741-49.8121
CIE-Lab51.14210.7443-48.1066

#107ecc color RGB value is (16,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111110 11001100
Octal 20 176 314
Decimal 16 126 204
Hex 10 7E CC

RGB Percentages of Color #107ecc

%4.62
%36.42
%58.96

CMYK Percentages of Color #107ecc

%92
%38
%0
%20

Triadic Colors of #107ecc

#107ecc #cc107e #7ecc10

Analogous Colors of #107ecc

#107ecc #1020cc #10ccbc

Monochromatic Colors of #107ecc

#107ecc

Complementary Color

#107ecc #cc5e10

#107ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#107ecc Color CSS Codes

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

#107ecc Text Font Color

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

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


#107ecc Background Color

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

This div background color is #107ecc


#107ecc Border Color

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

This div border color is #107ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107ecc


Comments

No comments written yet.

Please login to write comment.