Color Hex Logo

#0fbcfb Color Hex

#0FBCFB
(15,188,251)
0 Favorites   0 Comments

Color spaces of #0fbcfb

RGB 15188251
HSL0.540.970.52
HSV196°94°98°
CMYK 0.940.250.00   0.02
XYZ35.592843.033097.6971
Yxy43.03300.20190.2441
Hunter Lab65.5995-17.9492-42.3806
CIE-Lab71.5774-17.0943-41.9068

#0fbcfb color RGB value is (15,188,251).

#0fbcfb hex color red value is 15, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0fbcfb hue: 0.54 , saturation: 0.97 and the lightness value of 0fbcfb is 0.52.

The process color (four color CMYK) of #0fbcfb color hex is 0.94, 0.25, 0.00, 0.02. Web safe color of #0fbcfb is #00ccff. Color #0fbcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111100 11111011
Octal 17 274 373
Decimal 15 188 251
Hex F BC FB

RGB Percentages of Color #0fbcfb

%3.30
%41.41
%55.29

CMYK Percentages of Color #0fbcfb

%94
%25
%0
%2

Triadic Colors of #0fbcfb

#0fbcfb #fb0fbc #bcfb0f

Analogous Colors of #0fbcfb

#0fbcfb #0f46fb #0ffbc4

Monochromatic Colors of #0fbcfb

#0fbcfb

Complementary Color

#0fbcfb #fb4e0f

#0fbcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbcfb Color CSS Codes

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

#0fbcfb Text Font Color

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

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


#0fbcfb Background Color

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

This div background color is #0fbcfb


#0fbcfb Border Color

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

This div border color is #0fbcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbcfb


Comments

No comments written yet.

Please login to write comment.