Color Hex Logo

#109deb Color Hex

#109DEB
(16,157,235)
0 Favorites   0 Comments

Color spaces of #109deb

RGB 16157235
HSL0.560.870.49
HSV201°93°92°
CMYK 0.930.330.00   0.08
XYZ27.266130.222382.9937
Yxy30.22230.19410.2151
Hunter Lab54.9748-7.6745-51.0258
CIE-Lab61.8456-5.7810-48.4778

#109deb color RGB value is (16,157,235).

#109deb hex color red value is 16, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #109deb hue: 0.56 , saturation: 0.87 and the lightness value of 109deb is 0.49.

The process color (four color CMYK) of #109deb color hex is 0.93, 0.33, 0.00, 0.08. Web safe color of #109deb is #0099ff. Color #109deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011101 11101011
Octal 20 235 353
Decimal 16 157 235
Hex 10 9D EB

RGB Percentages of Color #109deb

%3.92
%38.48
%57.60

CMYK Percentages of Color #109deb

%93
%33
%0
%8

Triadic Colors of #109deb

#109deb #eb109d #9deb10

Analogous Colors of #109deb

#109deb #1030eb #10ebcc

Monochromatic Colors of #109deb

#109deb

Complementary Color

#109deb #eb5e10

#109deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#109deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#109deb Color CSS Codes

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

#109deb Text Font Color

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

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


#109deb Background Color

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

This div background color is #109deb


#109deb Border Color

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

This div border color is #109deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #109deb


Comments

No comments written yet.

Please login to write comment.