Color Hex Logo

#0f2eec Color Hex

#0F2EEC
(15,46,236)
0 Favorites   0 Comments

Color spaces of #0f2eec

RGB 1546236
HSL0.640.880.49
HSV232°94°93°
CMYK 0.940.810.00   0.07
XYZ16.31438.111780.0627
Yxy8.11170.15610.0776
Hunter Lab28.481052.4052-146.7326
CIE-Lab34.214461.4317-93.9412

#0f2eec color RGB value is (15,46,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00101110 11101100
Octal 17 56 354
Decimal 15 46 236
Hex F 2E EC

RGB Percentages of Color #0f2eec

%5.05
%15.49
%79.46

CMYK Percentages of Color #0f2eec

%94
%81
%0
%7

Triadic Colors of #0f2eec

#0f2eec #ec0f2e #2eec0f

Analogous Colors of #0f2eec

#0f2eec #5e0fec #0f9dec

Monochromatic Colors of #0f2eec

#0f2eec

Complementary Color

#0f2eec #eccd0f

#0f2eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f2eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f2eec Color CSS Codes

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

#0f2eec Text Font Color

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

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


#0f2eec Background Color

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

This div background color is #0f2eec


#0f2eec Border Color

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

This div border color is #0f2eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f2eec


Comments

No comments written yet.

Please login to write comment.