Color Hex Logo

#0fbbcc Color Hex

#0FBBCC
(15,187,204)
0 Favorites   0 Comments

Color spaces of #0fbbcc

RGB 15187204
HSL0.510.860.43
HSV185°93°80°
CMYK 0.930.080.00   0.20
XYZ28.866440.001863.3264
Yxy40.00180.21840.3026
Hunter Lab63.2470-29.2135-15.0916
CIE-Lab69.4708-32.3193-19.5808

#0fbbcc color RGB value is (15,187,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111011 11001100
Octal 17 273 314
Decimal 15 187 204
Hex F BB CC

RGB Percentages of Color #0fbbcc

%3.69
%46.06
%50.25

CMYK Percentages of Color #0fbbcc

%93
%8
%0
%20

Triadic Colors of #0fbbcc

#0fbbcc #cc0fbb #bbcc0f

Analogous Colors of #0fbbcc

#0fbbcc #0f5ccc #0fcc7f

Monochromatic Colors of #0fbbcc

#0fbbcc

Complementary Color

#0fbbcc #cc200f

#0fbbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbbcc Color CSS Codes

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

#0fbbcc Text Font Color

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

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


#0fbbcc Background Color

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

This div background color is #0fbbcc


#0fbbcc Border Color

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

This div border color is #0fbbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbbcc


Comments

No comments written yet.

Please login to write comment.