Color Hex Logo

#0f4cda Color Hex

#0F4CDA
(15,76,218)
0 Favorites   0 Comments

Color spaces of #0f4cda

RGB 1576218
HSL0.620.870.46
HSV222°93°85°
CMYK 0.930.650.00   0.15
XYZ15.436310.332467.5104
Yxy10.33240.16550.1108
Hunter Lab32.144129.4676-102.0227
CIE-Lab38.432538.1733-76.6937

#0f4cda color RGB value is (15,76,218).

#0f4cda hex color red value is 15, green value is 76 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0f4cda hue: 0.62 , saturation: 0.87 and the lightness value of 0f4cda is 0.46.

The process color (four color CMYK) of #0f4cda color hex is 0.93, 0.65, 0.00, 0.15. Web safe color of #0f4cda is #0033cc. Color #0f4cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01001100 11011010
Octal 17 114 332
Decimal 15 76 218
Hex F 4C DA

RGB Percentages of Color #0f4cda

%4.85
%24.60
%70.55

CMYK Percentages of Color #0f4cda

%93
%65
%0
%15

Triadic Colors of #0f4cda

#0f4cda #da0f4c #4cda0f

Analogous Colors of #0f4cda

#0f4cda #370fda #0fb2da

Monochromatic Colors of #0f4cda

#0f4cda

Complementary Color

#0f4cda #da9d0f

#0f4cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f4cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f4cda Color CSS Codes

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

#0f4cda Text Font Color

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

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


#0f4cda Background Color

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

This div background color is #0f4cda


#0f4cda Border Color

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

This div border color is #0f4cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f4cda


Comments

No comments written yet.

Please login to write comment.