Color Hex Logo

#0face0 Color Hex

#0FACE0
(15,172,224)
0 Favorites   0 Comments

Color spaces of #0face0

RGB 15172224
HSL0.540.870.47
HSV195°93°88°
CMYK 0.930.230.00   0.12
XYZ28.404134.988475.7774
Yxy34.98840.20410.2514
Hunter Lab59.1510-17.7992-34.5498
CIE-Lab65.7396-18.0405-36.3075

#0face0 color RGB value is (15,172,224).

#0face0 hex color red value is 15, green value is 172 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #0face0 hue: 0.54 , saturation: 0.87 and the lightness value of 0face0 is 0.47.

The process color (four color CMYK) of #0face0 color hex is 0.93, 0.23, 0.00, 0.12. Web safe color of #0face0 is #0099cc. Color #0face0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101100 11100000
Octal 17 254 340
Decimal 15 172 224
Hex F AC E0

RGB Percentages of Color #0face0

%3.65
%41.85
%54.50

CMYK Percentages of Color #0face0

%93
%23
%0
%12

Triadic Colors of #0face0

#0face0 #e00fac #ace00f

Analogous Colors of #0face0

#0face0 #0f44e0 #0fe0ac

Monochromatic Colors of #0face0

#0face0

Complementary Color

#0face0 #e0430f

#0face0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0face0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0face0 Color CSS Codes

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

#0face0 Text Font Color

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

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


#0face0 Background Color

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

This div background color is #0face0


#0face0 Border Color

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

This div border color is #0face0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0face0


Comments

No comments written yet.

Please login to write comment.