Color Hex Logo

#0faceb Color Hex

#0FACEB
(15,172,235)
0 Favorites   0 Comments

Color spaces of #0faceb

RGB 15172235
HSL0.550.880.49
HSV197°94°92°
CMYK 0.940.270.00   0.08
XYZ29.944935.604883.8914
Yxy35.60480.20040.2383
Hunter Lab59.6698-14.8430-41.5887
CIE-Lab66.2169-14.1591-41.5975

#0faceb color RGB value is (15,172,235).

#0faceb hex color red value is 15, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0faceb hue: 0.55 , saturation: 0.88 and the lightness value of 0faceb is 0.49.

The process color (four color CMYK) of #0faceb color hex is 0.94, 0.27, 0.00, 0.08. Web safe color of #0faceb is #0099ff. Color #0faceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101100 11101011
Octal 17 254 353
Decimal 15 172 235
Hex F AC EB

RGB Percentages of Color #0faceb

%3.55
%40.76
%55.69

CMYK Percentages of Color #0faceb

%94
%27
%0
%8

Triadic Colors of #0faceb

#0faceb #eb0fac #aceb0f

Analogous Colors of #0faceb

#0faceb #0f3eeb #0febbc

Monochromatic Colors of #0faceb

#0faceb

Complementary Color

#0faceb #eb4e0f

#0faceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faceb Color CSS Codes

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

#0faceb Text Font Color

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

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


#0faceb Background Color

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

This div background color is #0faceb


#0faceb Border Color

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

This div border color is #0faceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faceb


Comments

No comments written yet.

Please login to write comment.