Color Hex Logo

#0f9acc Color Hex

#0F9ACC
(15,154,204)
0 Favorites   0 Comments

Color spaces of #0f9acc

RGB 15154204
HSL0.540.860.43
HSV196°93°80°
CMYK 0.930.250.00   0.20
XYZ22.651727.572461.2549
Yxy27.57240.20320.2473
Hunter Lab52.5094-14.8895-32.4082
CIE-Lab59.5004-15.4360-34.9306

#0f9acc color RGB value is (15,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10011010 11001100
Octal 17 232 314
Decimal 15 154 204
Hex F 9A CC

RGB Percentages of Color #0f9acc

%4.02
%41.29
%54.69

CMYK Percentages of Color #0f9acc

%93
%25
%0
%20

Triadic Colors of #0f9acc

#0f9acc #cc0f9a #9acc0f

Analogous Colors of #0f9acc

#0f9acc #0f3ccc #0fcca0

Monochromatic Colors of #0f9acc

#0f9acc

Complementary Color

#0f9acc #cc410f

#0f9acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f9acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f9acc Color CSS Codes

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

#0f9acc Text Font Color

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

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


#0f9acc Background Color

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

This div background color is #0f9acc


#0f9acc Border Color

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

This div border color is #0f9acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f9acc


Comments

No comments written yet.

Please login to write comment.