Color Hex Logo

#108ae7 Color Hex

#108AE7
(16,138,231)
0 Favorites   0 Comments

Color spaces of #108ae7

RGB 16138231
HSL0.570.870.48
HSV206°93°91°
CMYK 0.930.400.00   0.09
XYZ23.726024.056678.9942
Yxy24.05660.18710.1898
Hunter Lab49.04750.5135-61.1571
CIE-Lab56.14443.8549-55.3242

#108ae7 color RGB value is (16,138,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10001010 11100111
Octal 20 212 347
Decimal 16 138 231
Hex 10 8A E7

RGB Percentages of Color #108ae7

%4.16
%35.84
%60.00

CMYK Percentages of Color #108ae7

%93
%40
%0
%9

Triadic Colors of #108ae7

#108ae7 #e7108a #8ae710

Analogous Colors of #108ae7

#108ae7 #101fe7 #10e7d9

Monochromatic Colors of #108ae7

#108ae7

Complementary Color

#108ae7 #e76d10

#108ae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#108ae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#108ae7 Color CSS Codes

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

#108ae7 Text Font Color

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

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


#108ae7 Background Color

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

This div background color is #108ae7


#108ae7 Border Color

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

This div border color is #108ae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #108ae7


Comments

No comments written yet.

Please login to write comment.