Color Hex Logo

#107ccd Color Hex

#107CCD
(16,124,205)
0 Favorites   0 Comments

Color spaces of #107ccd

RGB 16124205
HSL0.570.860.43
HSV206°92°80°
CMYK 0.920.400.00   0.20
XYZ18.440818.933260.4402
Yxy18.93320.18850.1936
Hunter Lab43.5123-0.4970-51.8974
CIE-Lab50.60902.3492-49.5255

#107ccd color RGB value is (16,124,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111100 11001101
Octal 20 174 315
Decimal 16 124 205
Hex 10 7C CD

RGB Percentages of Color #107ccd

%4.64
%35.94
%59.42

CMYK Percentages of Color #107ccd

%92
%40
%0
%20

Triadic Colors of #107ccd

#107ccd #cd107c #7ccd10

Analogous Colors of #107ccd

#107ccd #101dcd #10cdc0

Monochromatic Colors of #107ccd

#107ccd

Complementary Color

#107ccd #cd6110

#107ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#107ccd Color CSS Codes

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

#107ccd Text Font Color

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

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


#107ccd Background Color

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

This div background color is #107ccd


#107ccd Border Color

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

This div border color is #107ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107ccd


Comments

No comments written yet.

Please login to write comment.