Color Hex Logo

#0f6dfe Color Hex

#0F6DFE
(15,109,254)
0 Favorites   0 Comments

Color spaces of #0f6dfe

RGB 15109254
HSL0.600.990.53
HSV216°94°100°
CMYK 0.940.570.00   0.00
XYZ23.555018.194696.0364
Yxy18.19460.17100.1320
Hunter Lab42.655123.9247-103.6306
CIE-Lab49.731330.7395-78.4731

#0f6dfe color RGB value is (15,109,254).

#0f6dfe hex color red value is 15, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0f6dfe hue: 0.60 , saturation: 0.99 and the lightness value of 0f6dfe is 0.53.

The process color (four color CMYK) of #0f6dfe color hex is 0.94, 0.57, 0.00, 0.00. Web safe color of #0f6dfe is #0066ff. Color #0f6dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01101101 11111110
Octal 17 155 376
Decimal 15 109 254
Hex F 6D FE

RGB Percentages of Color #0f6dfe

%3.97
%28.84
%67.20

CMYK Percentages of Color #0f6dfe

%94
%57
%0
%0

Triadic Colors of #0f6dfe

#0f6dfe #fe0f6d #6dfe0f

Analogous Colors of #0f6dfe

#0f6dfe #280ffe #0fe5fe

Monochromatic Colors of #0f6dfe

#0f6dfe

Complementary Color

#0f6dfe #fea00f

#0f6dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f6dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f6dfe Color CSS Codes

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

#0f6dfe Text Font Color

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

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


#0f6dfe Background Color

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

This div background color is #0f6dfe


#0f6dfe Border Color

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

This div border color is #0f6dfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,109,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f6dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.