Color Hex Logo

#109bdd Color Hex

#109BDD
(16,155,221)
0 Favorites   0 Comments

Color spaces of #109bdd

RGB 16155221
HSL0.550.860.46
HSV199°93°87°
CMYK 0.930.300.00   0.13
XYZ24.986228.773372.6435
Yxy28.77330.19770.2276
Hunter Lab53.6407-10.7249-42.7455
CIE-Lab60.5810-9.7904-42.7238

#109bdd color RGB value is (16,155,221).

#109bdd hex color red value is 16, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #109bdd hue: 0.55 , saturation: 0.86 and the lightness value of 109bdd is 0.46.

The process color (four color CMYK) of #109bdd color hex is 0.93, 0.30, 0.00, 0.13. Web safe color of #109bdd is #0099cc. Color #109bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011011 11011101
Octal 20 233 335
Decimal 16 155 221
Hex 10 9B DD

RGB Percentages of Color #109bdd

%4.08
%39.54
%56.38

CMYK Percentages of Color #109bdd

%93
%30
%0
%13

Triadic Colors of #109bdd

#109bdd #dd109b #9bdd10

Analogous Colors of #109bdd

#109bdd #1035dd #10ddb9

Monochromatic Colors of #109bdd

#109bdd

Complementary Color

#109bdd #dd5210

#109bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#109bdd Color CSS Codes

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

#109bdd Text Font Color

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

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


#109bdd Background Color

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

This div background color is #109bdd


#109bdd Border Color

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

This div border color is #109bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109bdd


Comments

No comments written yet.

Please login to write comment.