Color Hex Logo

#0facbc Color Hex

#0FACBC
(15,172,188)
0 Favorites   0 Comments

Color spaces of #0facbc

RGB 15172188
HSL0.520.850.40
HSV186°92°74°
CMYK 0.920.090.00   0.26
XYZ24.026633.237452.7261
Yxy33.23740.21840.3022
Hunter Lab57.6519-26.5004-13.8679
CIE-Lab64.3527-30.2015-18.5159

#0facbc color RGB value is (15,172,188).

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

The process color (four color CMYK) of #0facbc color hex is 0.92, 0.09, 0.00, 0.26. Web safe color of #0facbc is #0099cc. Color #0facbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101100 10111100
Octal 17 254 274
Decimal 15 172 188
Hex F AC BC

RGB Percentages of Color #0facbc

%4.00
%45.87
%50.13

CMYK Percentages of Color #0facbc

%92
%9
%0
%26

Triadic Colors of #0facbc

#0facbc #bc0fac #acbc0f

Analogous Colors of #0facbc

#0facbc #0f55bc #0fbc76

Monochromatic Colors of #0facbc

#0facbc

Complementary Color

#0facbc #bc1f0f

#0facbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0facbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0facbc Color CSS Codes

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

#0facbc Text Font Color

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

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


#0facbc Background Color

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

This div background color is #0facbc


#0facbc Border Color

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

This div border color is #0facbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0facbc


Comments

No comments written yet.

Please login to write comment.