Color Hex Logo

#0fb9cc Color Hex

#0FB9CC
(15,185,204)
0 Favorites   0 Comments

Color spaces of #0fb9cc

RGB 15185204
HSL0.520.860.43
HSV186°93°80°
CMYK 0.930.090.00   0.20
XYZ28.445039.159163.1860
Yxy39.15910.21750.2994
Hunter Lab62.5772-28.3715-16.0627
CIE-Lab68.8664-31.3574-20.4995

#0fb9cc color RGB value is (15,185,204).

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

The process color (four color CMYK) of #0fb9cc color hex is 0.93, 0.09, 0.00, 0.20. Web safe color of #0fb9cc is #00cccc. Color #0fb9cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111001 11001100
Octal 17 271 314
Decimal 15 185 204
Hex F B9 CC

RGB Percentages of Color #0fb9cc

%3.71
%45.79
%50.50

CMYK Percentages of Color #0fb9cc

%93
%9
%0
%20

Triadic Colors of #0fb9cc

#0fb9cc #cc0fb9 #b9cc0f

Analogous Colors of #0fb9cc

#0fb9cc #0f5acc #0fcc81

Monochromatic Colors of #0fb9cc

#0fb9cc

Complementary Color

#0fb9cc #cc220f

#0fb9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb9cc Color CSS Codes

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

#0fb9cc Text Font Color

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

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


#0fb9cc Background Color

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

This div background color is #0fb9cc


#0fb9cc Border Color

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

This div border color is #0fb9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb9cc


Comments

No comments written yet.

Please login to write comment.