Color Hex Logo

#100aee Color Hex

#100AEE
(16,10,238)
0 Favorites   0 Comments

Color spaces of #100aee

RGB 1610238
HSL0.670.920.49
HSV242°96°93°
CMYK 0.930.960.00   0.07
XYZ15.75486.500381.3132
Yxy6.50030.15210.0628
Hunter Lab25.495765.6848-171.2462
CIE-Lab30.641173.6202-101.0370

#100aee color RGB value is (16,10,238).

#100aee hex color red value is 16, green value is 10 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #100aee hue: 0.67 , saturation: 0.92 and the lightness value of 100aee is 0.49.

The process color (four color CMYK) of #100aee color hex is 0.93, 0.96, 0.00, 0.07. Web safe color of #100aee is #0000ff. Color #100aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00001010 11101110
Octal 20 12 356
Decimal 16 10 238
Hex 10 A EE

RGB Percentages of Color #100aee

%6.06
%3.79
%90.15

CMYK Percentages of Color #100aee

%93
%96
%0
%7

Triadic Colors of #100aee

#100aee #ee100a #0aee10

Analogous Colors of #100aee

#100aee #820aee #0a76ee

Monochromatic Colors of #100aee

#100aee

Complementary Color

#100aee #e8ee0a

#100aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#100aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#100aee Color CSS Codes

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

#100aee Text Font Color

<p style="color:#100aee">Text here</p>

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


#100aee Background Color

<div style="background-color:#100aee">
Div content here</div>

This div background color is #100aee


#100aee Border Color

<div style="border:3px solid #100aee">
Div here</div>

This div border color is #100aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,10,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #100aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #100aee;
  -webkit-box-shadow: 1px 1px 3px 2px #100aee;
  box-shadow:         1px 1px 3px 2px #100aee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #100aee


Comments

No comments written yet.

Please login to write comment.