Color Hex Logo

#0f0ecf Color Hex

#0F0ECF
(15,14,207)
0 Favorites   0 Comments

Color spaces of #0f0ecf

RGB 1514207
HSL0.670.870.43
HSV240°93°81°
CMYK 0.930.930.00   0.19
XYZ11.61654.920659.3690
Yxy4.92060.15300.0648
Hunter Lab22.182454.6577-143.1559
CIE-Lab26.507364.9104-90.1031

#0f0ecf color RGB value is (15,14,207).

#0f0ecf hex color red value is 15, green value is 14 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0f0ecf hue: 0.67 , saturation: 0.87 and the lightness value of 0f0ecf is 0.43.

The process color (four color CMYK) of #0f0ecf color hex is 0.93, 0.93, 0.00, 0.19. Web safe color of #0f0ecf is #0000cc. Color #0f0ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00001110 11001111
Octal 17 16 317
Decimal 15 14 207
Hex F E CF

RGB Percentages of Color #0f0ecf

%6.36
%5.93
%87.71

CMYK Percentages of Color #0f0ecf

%93
%93
%0
%19

Triadic Colors of #0f0ecf

#0f0ecf #cf0f0e #0ecf0f

Analogous Colors of #0f0ecf

#0f0ecf #700ecf #0e6ecf

Monochromatic Colors of #0f0ecf

#0f0ecf

Complementary Color

#0f0ecf #cecf0e

#0f0ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0ecf Color CSS Codes

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

#0f0ecf Text Font Color

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

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


#0f0ecf Background Color

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

This div background color is #0f0ecf


#0f0ecf Border Color

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

This div border color is #0f0ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0ecf


Comments

No comments written yet.

Please login to write comment.