Color Hex Logo

#0968ee Color Hex

#0968EE
(9,104,238)
0 Favorites   0 Comments

Color spaces of #0968ee

RGB 9104238
HSL0.600.930.48
HSV215°96°93°
CMYK 0.960.560.00   0.07
XYZ20.495616.131882.9224
Yxy16.13180.17140.1349
Hunter Lab40.164420.7995-94.2935
CIE-Lab47.146927.6465-73.7679

#0968ee color RGB value is (9,104,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101000 11101110
Octal 11 150 356
Decimal 9 104 238
Hex 9 68 EE

RGB Percentages of Color #0968ee

%2.56
%29.63
%67.81

CMYK Percentages of Color #0968ee

%96
%56
%0
%7

Triadic Colors of #0968ee

#0968ee #ee0968 #68ee09

Analogous Colors of #0968ee

#0968ee #1c09ee #09dbee

Monochromatic Colors of #0968ee

#0968ee

Complementary Color

#0968ee #ee8f09

#0968ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0968ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0968ee Color CSS Codes

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

#0968ee Text Font Color

<p style="color:#0968ee">Text here</p>

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


#0968ee Background Color

<div style="background-color:#0968ee">
Div content here</div>

This div background color is #0968ee


#0968ee Border Color

<div style="border:3px solid #0968ee">
Div here</div>

This div border color is #0968ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0968ee


Comments

No comments written yet.

Please login to write comment.