Color Hex Logo

#0f0cda Color Hex

#0F0CDA
(15,12,218)
0 Favorites   0 Comments

Color spaces of #0f0cda

RGB 1512218
HSL0.670.900.45
HSV241°94°85°
CMYK 0.930.940.00   0.15
XYZ12.98345.426566.6928
Yxy5.42650.15260.0638
Hunter Lab23.294858.7211-153.4400
CIE-Lab27.916968.2088-94.1329

#0f0cda color RGB value is (15,12,218).

#0f0cda hex color red value is 15, green value is 12 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0f0cda hue: 0.67 , saturation: 0.90 and the lightness value of 0f0cda is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00001100 11011010
Octal 17 14 332
Decimal 15 12 218
Hex F C DA

RGB Percentages of Color #0f0cda

%6.12
%4.90
%88.98

CMYK Percentages of Color #0f0cda

%93
%94
%0
%15

Triadic Colors of #0f0cda

#0f0cda #da0f0c #0cda0f

Analogous Colors of #0f0cda

#0f0cda #760cda #0c70da

Monochromatic Colors of #0f0cda

#0f0cda

Complementary Color

#0f0cda #d7da0c

#0f0cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0cda Color CSS Codes

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

#0f0cda Text Font Color

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

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


#0f0cda Background Color

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

This div background color is #0f0cda


#0f0cda Border Color

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

This div border color is #0f0cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,12,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 #0f0cda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0cda


Comments

No comments written yet.

Please login to write comment.