Color Hex Logo

#0f8fcc Color Hex

#0F8FCC
(15,143,204)
0 Favorites   0 Comments

Color spaces of #0f8fcc

RGB 15143204
HSL0.550.860.43
HSV199°93°80°
CMYK 0.930.300.00   0.20
XYZ20.918524.106160.6772
Yxy24.10610.19790.2281
Hunter Lab49.0980-9.8704-38.9043
CIE-Lab56.1939-9.3007-40.1109

#0f8fcc color RGB value is (15,143,204).

#0f8fcc hex color red value is 15, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0f8fcc hue: 0.55 , saturation: 0.86 and the lightness value of 0f8fcc is 0.43.

The process color (four color CMYK) of #0f8fcc color hex is 0.93, 0.30, 0.00, 0.20. Web safe color of #0f8fcc is #0099cc. Color #0f8fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10001111 11001100
Octal 17 217 314
Decimal 15 143 204
Hex F 8F CC

RGB Percentages of Color #0f8fcc

%4.14
%39.50
%56.35

CMYK Percentages of Color #0f8fcc

%93
%30
%0
%20

Triadic Colors of #0f8fcc

#0f8fcc #cc0f8f #8fcc0f

Analogous Colors of #0f8fcc

#0f8fcc #0f30cc #0fccab

Monochromatic Colors of #0f8fcc

#0f8fcc

Complementary Color

#0f8fcc #cc4c0f

#0f8fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f8fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f8fcc Color CSS Codes

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

#0f8fcc Text Font Color

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

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


#0f8fcc Background Color

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

This div background color is #0f8fcc


#0f8fcc Border Color

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

This div border color is #0f8fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f8fcc


Comments

No comments written yet.

Please login to write comment.