Color Hex Logo

#109acc Color Hex

#109ACC
(16,154,204)
0 Favorites   0 Comments

Color spaces of #109acc

RGB 16154204
HSL0.540.850.43
HSV196°92°80°
CMYK 0.920.250.00   0.20
XYZ22.668427.581061.2557
Yxy27.58100.20330.2474
Hunter Lab52.5176-14.8591-32.3926
CIE-Lab59.5083-15.3936-34.9177

#109acc color RGB value is (16,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011010 11001100
Octal 20 232 314
Decimal 16 154 204
Hex 10 9A CC

RGB Percentages of Color #109acc

%4.28
%41.18
%54.55

CMYK Percentages of Color #109acc

%92
%25
%0
%20

Triadic Colors of #109acc

#109acc #cc109a #9acc10

Analogous Colors of #109acc

#109acc #103ccc #10cca0

Monochromatic Colors of #109acc

#109acc

Complementary Color

#109acc #cc4210

#109acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#109acc Color CSS Codes

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

#109acc Text Font Color

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

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


#109acc Background Color

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

This div background color is #109acc


#109acc Border Color

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

This div border color is #109acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109acc


Comments

No comments written yet.

Please login to write comment.