Color Hex Logo

#106ebf Color Hex

#106EBF
(16,110,191)
0 Favorites   0 Comments

Color spaces of #106ebf

RGB 16110191
HSL0.580.850.41
HSV208°92°75°
CMYK 0.920.420.00   0.25
XYZ15.193615.023651.3893
Yxy15.02360.18620.1841
Hunter Lab38.76032.1395-51.4759
CIE-Lab45.66655.5550-49.3948

#106ebf color RGB value is (16,110,191).

#106ebf hex color red value is 16, green value is 110 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #106ebf hue: 0.58 , saturation: 0.85 and the lightness value of 106ebf is 0.41.

The process color (four color CMYK) of #106ebf color hex is 0.92, 0.42, 0.00, 0.25. Web safe color of #106ebf is #0066cc. Color #106ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101110 10111111
Octal 20 156 277
Decimal 16 110 191
Hex 10 6E BF

RGB Percentages of Color #106ebf

%5.05
%34.70
%60.25

CMYK Percentages of Color #106ebf

%92
%42
%0
%25

Triadic Colors of #106ebf

#106ebf #bf106e #6ebf10

Analogous Colors of #106ebf

#106ebf #1017bf #10bfb9

Monochromatic Colors of #106ebf

#106ebf

Complementary Color

#106ebf #bf6110

#106ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#106ebf Color CSS Codes

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

#106ebf Text Font Color

<p style="color:#106ebf">Text here</p>

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


#106ebf Background Color

<div style="background-color:#106ebf">
Div content here</div>

This div background color is #106ebf


#106ebf Border Color

<div style="border:3px solid #106ebf">
Div here</div>

This div border color is #106ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,110,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #106ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #106ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #106ebf;
  box-shadow:         1px 1px 3px 2px #106ebf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106ebf


Comments

No comments written yet.

Please login to write comment.