Color Hex Logo

#108ceb Color Hex

#108CEB
(16,140,235)
0 Favorites   0 Comments

Color spaces of #108ceb

RGB 16140235
HSL0.570.870.49
HSV206°93°92°
CMYK 0.930.400.00   0.08
XYZ24.587224.864582.1007
Yxy24.86450.18690.1890
Hunter Lab49.86430.7526-62.7149
CIE-Lab56.94324.1760-56.2726

#108ceb color RGB value is (16,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10001100 11101011
Octal 20 214 353
Decimal 16 140 235
Hex 10 8C EB

RGB Percentages of Color #108ceb

%4.09
%35.81
%60.10

CMYK Percentages of Color #108ceb

%93
%40
%0
%8

Triadic Colors of #108ceb

#108ceb #eb108c #8ceb10

Analogous Colors of #108ceb

#108ceb #101feb #10ebdd

Monochromatic Colors of #108ceb

#108ceb

Complementary Color

#108ceb #eb6f10

#108ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#108ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#108ceb Color CSS Codes

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

#108ceb Text Font Color

<p style="color:#108ceb">Text here</p>

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


#108ceb Background Color

<div style="background-color:#108ceb">
Div content here</div>

This div background color is #108ceb


#108ceb Border Color

<div style="border:3px solid #108ceb">
Div here</div>

This div border color is #108ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #108ceb


Comments

No comments written yet.

Please login to write comment.