Color Hex Logo

#1099ef Color Hex

#1099EF
(16,153,239)
0 Favorites   0 Comments

Color spaces of #1099ef

RGB 16153239
HSL0.560.870.50
HSV203°93°94°
CMYK 0.930.360.00   0.06
XYZ27.184929.124685.8502
Yxy29.12460.19120.2049
Hunter Lab53.9672-4.5268-56.5406
CIE-Lab60.8914-1.9961-52.1953

#1099ef color RGB value is (16,153,239).

#1099ef hex color red value is 16, green value is 153 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1099ef hue: 0.56 , saturation: 0.87 and the lightness value of 1099ef is 0.50.

The process color (four color CMYK) of #1099ef color hex is 0.93, 0.36, 0.00, 0.06. Web safe color of #1099ef is #0099ff. Color #1099ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011001 11101111
Octal 20 231 357
Decimal 16 153 239
Hex 10 99 EF

RGB Percentages of Color #1099ef

%3.92
%37.50
%58.58

CMYK Percentages of Color #1099ef

%93
%36
%0
%6

Triadic Colors of #1099ef

#1099ef #ef1099 #99ef10

Analogous Colors of #1099ef

#1099ef #1029ef #10efd6

Monochromatic Colors of #1099ef

#1099ef

Complementary Color

#1099ef #ef6610

#1099ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1099ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1099ef Color CSS Codes

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

#1099ef Text Font Color

<p style="color:#1099ef">Text here</p>

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


#1099ef Background Color

<div style="background-color:#1099ef">
Div content here</div>

This div background color is #1099ef


#1099ef Border Color

<div style="border:3px solid #1099ef">
Div here</div>

This div border color is #1099ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,153,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1099ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1099ef;
  -webkit-box-shadow: 1px 1px 3px 2px #1099ef;
  box-shadow:         1px 1px 3px 2px #1099ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1099ef


Comments

No comments written yet.

Please login to write comment.