Color Hex Logo

#0f0bed Color Hex

#0F0BED
(15,11,237)
0 Favorites   0 Comments

Color spaces of #0f0bed

RGB 1511237
HSL0.670.910.49
HSV241°95°93°
CMYK 0.940.950.00   0.07
XYZ15.60276.455380.5444
Yxy6.45530.15210.0629
Hunter Lab25.407365.1547-170.1719
CIE-Lab30.533373.1985-100.6494

#0f0bed color RGB value is (15,11,237).

#0f0bed hex color red value is 15, green value is 11 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0f0bed hue: 0.67 , saturation: 0.91 and the lightness value of 0f0bed is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00001011 11101101
Octal 17 13 355
Decimal 15 11 237
Hex F B ED

RGB Percentages of Color #0f0bed

%5.70
%4.18
%90.11

CMYK Percentages of Color #0f0bed

%94
%95
%0
%7

Triadic Colors of #0f0bed

#0f0bed #ed0f0b #0bed0f

Analogous Colors of #0f0bed

#0f0bed #800bed #0b78ed

Monochromatic Colors of #0f0bed

#0f0bed

Complementary Color

#0f0bed #e9ed0b

#0f0bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0bed Color CSS Codes

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

#0f0bed Text Font Color

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

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


#0f0bed Background Color

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

This div background color is #0f0bed


#0f0bed Border Color

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

This div border color is #0f0bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0bed


Comments

No comments written yet.

Please login to write comment.