Color Hex Logo

#0f1efa Color Hex

#0F1EFA
(15,30,250)
0 Favorites   0 Comments

Color spaces of #0f1efa

RGB 1530250
HSL0.660.960.52
HSV236°94°98°
CMYK 0.940.880.00   0.02
XYZ17.91667.932291.0292
Yxy7.93220.15330.0679
Hunter Lab28.164264.2653-171.9159
CIE-Lab33.841371.8546-102.4766

#0f1efa color RGB value is (15,30,250).

#0f1efa hex color red value is 15, green value is 30 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0f1efa hue: 0.66 , saturation: 0.96 and the lightness value of 0f1efa is 0.52.

The process color (four color CMYK) of #0f1efa color hex is 0.94, 0.88, 0.00, 0.02. Web safe color of #0f1efa is #0033ff. Color #0f1efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00011110 11111010
Octal 17 36 372
Decimal 15 30 250
Hex F 1E FA

RGB Percentages of Color #0f1efa

%5.08
%10.17
%84.75

CMYK Percentages of Color #0f1efa

%94
%88
%0
%2

Triadic Colors of #0f1efa

#0f1efa #fa0f1e #1efa0f

Analogous Colors of #0f1efa

#0f1efa #760ffa #0f94fa

Monochromatic Colors of #0f1efa

#0f1efa

Complementary Color

#0f1efa #faeb0f

#0f1efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f1efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f1efa Color CSS Codes

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

#0f1efa Text Font Color

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

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


#0f1efa Background Color

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

This div background color is #0f1efa


#0f1efa Border Color

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

This div border color is #0f1efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f1efa


Comments

No comments written yet.

Please login to write comment.