Color Hex Logo

#0facea Color Hex

#0FACEA
(15,172,234)
0 Favorites   0 Comments

Color spaces of #0facea

RGB 15172234
HSL0.550.880.49
HSV197°94°92°
CMYK 0.940.260.00   0.08
XYZ29.800835.547183.1325
Yxy35.54710.20070.2394
Hunter Lab59.6214-15.1171-40.9355
CIE-Lab66.1724-14.5142-41.1195

#0facea color RGB value is (15,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101100 11101010
Octal 17 254 352
Decimal 15 172 234
Hex F AC EA

RGB Percentages of Color #0facea

%3.56
%40.86
%55.58

CMYK Percentages of Color #0facea

%94
%26
%0
%8

Triadic Colors of #0facea

#0facea #ea0fac #acea0f

Analogous Colors of #0facea

#0facea #0f3fea #0feabb

Monochromatic Colors of #0facea

#0facea

Complementary Color

#0facea #ea4d0f

#0facea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0facea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0facea Color CSS Codes

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

#0facea Text Font Color

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

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


#0facea Background Color

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

This div background color is #0facea


#0facea Border Color

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

This div border color is #0facea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0facea


Comments

No comments written yet.

Please login to write comment.