Color Hex Logo

#0f9eef Color Hex

#0F9EEF
(15,158,239)
0 Favorites   0 Comments

Color spaces of #0f9eef

RGB 15158239
HSL0.560.880.50
HSV202°94°94°
CMYK 0.940.340.00   0.06
XYZ28.003830.787386.1279
Yxy30.78730.19320.2124
Hunter Lab55.4863-7.0125-53.1917
CIE-Lab62.3277-4.9116-49.9180

#0f9eef color RGB value is (15,158,239).

#0f9eef hex color red value is 15, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0f9eef hue: 0.56 , saturation: 0.88 and the lightness value of 0f9eef is 0.50.

The process color (four color CMYK) of #0f9eef color hex is 0.94, 0.34, 0.00, 0.06. Web safe color of #0f9eef is #0099ff. Color #0f9eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10011110 11101111
Octal 17 236 357
Decimal 15 158 239
Hex F 9E EF

RGB Percentages of Color #0f9eef

%3.64
%38.35
%58.01

CMYK Percentages of Color #0f9eef

%94
%34
%0
%6

Triadic Colors of #0f9eef

#0f9eef #ef0f9e #9eef0f

Analogous Colors of #0f9eef

#0f9eef #0f2eef #0fefd0

Monochromatic Colors of #0f9eef

#0f9eef

Complementary Color

#0f9eef #ef600f

#0f9eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f9eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f9eef Color CSS Codes

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

#0f9eef Text Font Color

<p style="color:#0f9eef">Text here</p>

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


#0f9eef Background Color

<div style="background-color:#0f9eef">
Div content here</div>

This div background color is #0f9eef


#0f9eef Border Color

<div style="border:3px solid #0f9eef">
Div here</div>

This div border color is #0f9eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,158,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f9eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f9eef;
  -webkit-box-shadow: 1px 1px 3px 2px #0f9eef;
  box-shadow:         1px 1px 3px 2px #0f9eef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,158,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 #0f9eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f9eef


Comments

No comments written yet.

Please login to write comment.