color codes Logo

#0fb0ce color codes

#0FB0CE
(15,176,206)
0 Favorites   0 Comments

Color spaces of #0fb0ce

RGB 15176206
HSL0.530.860.43
HSV189°93°81°
CMYK 0.930.150.00   0.19
XYZ26.862935.608563.8498
Yxy35.60850.21270.2819
Hunter Lab59.6729-24.0722-21.6691
CIE-Lab66.2197-26.2686-25.6449

#0fb0ce color RGB value is (15,176,206).

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

The process color (four color CMYK) of #0fb0ce color code is 0.93, 0.15, 0.00, 0.19. Web safe color of #0fb0ce is #0099cc. Color #0fb0ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110000 11001110
Octal 17 260 316
Decimal 15 176 206
Hex F B0 CE

RGB Percentages of Color #0fb0ce

%3.78
%44.33
%51.89

CMYK Percentages of Color #0fb0ce

%93
%15
%0
%19

Triadic Colors of #0fb0ce

#0fb0ce #ce0fb0 #b0ce0f

Analogous Colors of #0fb0ce

#0fb0ce #0f51ce #0fce8d

Monochromatic Colors of #0fb0ce

#0fb0ce

Complementary Color

#0fb0ce #ce2d0f

#0fb0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb0ce Color CSS Codes

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

#0fb0ce Text Font Color

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

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


#0fb0ce Background Color

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

This div background color is #0fb0ce


#0fb0ce Border Color

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

This div border color is #0fb0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb0ce


Comments

No comments written yet.

Please login to write comment.