color codes Logo

#0f8ceb color codes

#0F8CEB
(15,140,235)
0 Favorites   0 Comments

Color spaces of #0f8ceb

RGB 15140235
HSL0.570.880.49
HSV206°94°92°
CMYK 0.940.400.00   0.08
XYZ24.570524.855982.0999
Yxy24.85590.18680.1890
Hunter Lab49.85570.7231-62.7369
CIE-Lab56.93474.1401-56.2865

#0f8ceb color RGB value is (15,140,235).

#0f8ceb hex color red value is 15, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0f8ceb hue: 0.57 , saturation: 0.88 and the lightness value of 0f8ceb is 0.49.

The process color (four color CMYK) of #0f8ceb color code is 0.94, 0.40, 0.00, 0.08. Web safe color of #0f8ceb is #0099ff. Color #0f8ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10001100 11101011
Octal 17 214 353
Decimal 15 140 235
Hex F 8C EB

RGB Percentages of Color #0f8ceb

%3.85
%35.90
%60.26

CMYK Percentages of Color #0f8ceb

%94
%40
%0
%8

Triadic Colors of #0f8ceb

#0f8ceb #eb0f8c #8ceb0f

Analogous Colors of #0f8ceb

#0f8ceb #0f1eeb #0febdc

Monochromatic Colors of #0f8ceb

#0f8ceb

Complementary Color

#0f8ceb #eb6e0f

#0f8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f8ceb Color CSS Codes

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

#0f8ceb Text Font Color

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

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


#0f8ceb Background Color

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

This div background color is #0f8ceb


#0f8ceb Border Color

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

This div border color is #0f8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f8ceb


Comments

No comments written yet.

Please login to write comment.