Color Hex Logo

#0fbfce Color Hex

#0FBFCE
(15,191,206)
0 Favorites   0 Comments

Color spaces of #0fbfce

RGB 15191206
HSL0.510.860.43
HSV185°93°81°
CMYK 0.930.070.00   0.19
XYZ29.968441.819464.8850
Yxy41.81940.21930.3060
Hunter Lab64.6679-30.4484-14.2215
CIE-Lab70.7462-33.5933-18.7404

#0fbfce color RGB value is (15,191,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111111 11001110
Octal 17 277 316
Decimal 15 191 206
Hex F BF CE

RGB Percentages of Color #0fbfce

%3.64
%46.36
%50.00

CMYK Percentages of Color #0fbfce

%93
%7
%0
%19

Triadic Colors of #0fbfce

#0fbfce #ce0fbf #bfce0f

Analogous Colors of #0fbfce

#0fbfce #0f60ce #0fce7e

Monochromatic Colors of #0fbfce

#0fbfce

Complementary Color

#0fbfce #ce1e0f

#0fbfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbfce Color CSS Codes

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

#0fbfce Text Font Color

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

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


#0fbfce Background Color

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

This div background color is #0fbfce


#0fbfce Border Color

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

This div border color is #0fbfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbfce


Comments

No comments written yet.

Please login to write comment.