Color Hex Logo

#0f84ef Color Hex

#0F84EF
(15,132,239)
0 Favorites   0 Comments

Color spaces of #0f84ef

RGB 15132239
HSL0.580.880.50
HSV209°94°94°
CMYK 0.940.450.00   0.06
XYZ24.028322.836184.8027
Yxy22.83610.18250.1734
Hunter Lab47.78716.1258-71.7646
CIE-Lab54.903110.5368-61.7654

#0f84ef color RGB value is (15,132,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10000100 11101111
Octal 17 204 357
Decimal 15 132 239
Hex F 84 EF

RGB Percentages of Color #0f84ef

%3.89
%34.20
%61.92

CMYK Percentages of Color #0f84ef

%94
%45
%0
%6

Triadic Colors of #0f84ef

#0f84ef #ef0f84 #84ef0f

Analogous Colors of #0f84ef

#0f84ef #0f14ef #0fefea

Monochromatic Colors of #0f84ef

#0f84ef

Complementary Color

#0f84ef #ef7a0f

#0f84ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f84ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f84ef Color CSS Codes

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

#0f84ef Text Font Color

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

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


#0f84ef Background Color

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

This div background color is #0f84ef


#0f84ef Border Color

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

This div border color is #0f84ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f84ef


Comments

No comments written yet.

Please login to write comment.