Color Hex Logo

#096dee Color Hex

#096DEE
(9,109,238)
0 Favorites   0 Comments

Color spaces of #096dee

RGB 9109238
HSL0.590.930.48
HSV214°96°93°
CMYK 0.960.540.00   0.07
XYZ21.013917.168483.0952
Yxy17.16840.17330.1416
Hunter Lab41.434818.0165-89.8986
CIE-Lab48.471524.4435-71.6110

#096dee color RGB value is (9,109,238).

#096dee hex color red value is 9, green value is 109 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #096dee hue: 0.59 , saturation: 0.93 and the lightness value of 096dee is 0.48.

The process color (four color CMYK) of #096dee color hex is 0.96, 0.54, 0.00, 0.07. Web safe color of #096dee is #0066ff. Color #096dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101101 11101110
Octal 11 155 356
Decimal 9 109 238
Hex 9 6D EE

RGB Percentages of Color #096dee

%2.53
%30.62
%66.85

CMYK Percentages of Color #096dee

%96
%54
%0
%7

Triadic Colors of #096dee

#096dee #ee096d #6dee09

Analogous Colors of #096dee

#096dee #1709ee #09e0ee

Monochromatic Colors of #096dee

#096dee

Complementary Color

#096dee #ee8a09

#096dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#096dee Color CSS Codes

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

#096dee Text Font Color

<p style="color:#096dee">Text here</p>

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


#096dee Background Color

<div style="background-color:#096dee">
Div content here</div>

This div background color is #096dee


#096dee Border Color

<div style="border:3px solid #096dee">
Div here</div>

This div border color is #096dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,109,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #096dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #096dee;
  -webkit-box-shadow: 1px 1px 3px 2px #096dee;
  box-shadow:         1px 1px 3px 2px #096dee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,109,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 #096dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096dee


Comments

No comments written yet.

Please login to write comment.