Color Hex Logo

#1099cc Color Hex

#1099CC
(16,153,204)
0 Favorites   0 Comments

Color spaces of #1099cc

RGB 16153204
HSL0.550.850.43
HSV196°92°80°
CMYK 0.920.250.00   0.20
XYZ22.504027.252361.2009
Yxy27.25230.20280.2456
Hunter Lab52.2037-14.4087-32.9658
CIE-Lab59.2071-14.8469-35.3877

#1099cc color RGB value is (16,153,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011001 11001100
Octal 20 231 314
Decimal 16 153 204
Hex 10 99 CC

RGB Percentages of Color #1099cc

%4.29
%41.02
%54.69

CMYK Percentages of Color #1099cc

%92
%25
%0
%20

Triadic Colors of #1099cc

#1099cc #cc1099 #99cc10

Analogous Colors of #1099cc

#1099cc #103bcc #10cca1

Monochromatic Colors of #1099cc

#1099cc

Complementary Color

#1099cc #cc4310

#1099cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1099cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1099cc Color CSS Codes

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

#1099cc Text Font Color

<p style="color:#1099cc">Text here</p>

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


#1099cc Background Color

<div style="background-color:#1099cc">
Div content here</div>

This div background color is #1099cc


#1099cc Border Color

<div style="border:3px solid #1099cc">
Div here</div>

This div border color is #1099cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1099cc


Comments

No comments written yet.

Please login to write comment.