Color Hex Logo

#0f0ffa Color Hex

#0F0FFA
(15,15,250)
0 Favorites   0 Comments

Color spaces of #0f0ffa

RGB 1515250
HSL0.670.960.52
HSV240°94°98°
CMYK 0.940.940.00   0.02
XYZ17.62317.345390.9314
Yxy7.34530.15210.0634
Hunter Lab27.102268.6400-179.9540
CIE-Lab32.580475.7153-104.5830

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00001111 11111010
Octal 17 17 372
Decimal 15 15 250
Hex F F FA

RGB Percentages of Color #0f0ffa

%5.36
%5.36
%89.29

CMYK Percentages of Color #0f0ffa

%94
%94
%0
%2

Triadic Colors of #0f0ffa

#0f0ffa #fa0f0f #0ffa0f

Analogous Colors of #0f0ffa

#0f0ffa #850ffa #0f85fa

Monochromatic Colors of #0f0ffa

#0f0ffa

Complementary Color

#0f0ffa #fafa0f

#0f0ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0ffa Color CSS Codes

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

#0f0ffa Text Font Color

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

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


#0f0ffa Background Color

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

This div background color is #0f0ffa


#0f0ffa Border Color

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

This div border color is #0f0ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.