Color Hex Logo

#0fade0 Color Hex

#0FADE0
(15,173,224)
0 Favorites   1 Comments

Color spaces of #0fade0

RGB 15173224
HSL0.540.870.47
HSV195°93°88°
CMYK 0.930.230.00   0.12
XYZ28.595135.370575.8411
Yxy35.37050.20450.2530
Hunter Lab59.4731-18.2538-33.9764
CIE-Lab66.0361-18.5708-35.8460

#0fade0 color RGB value is (15,173,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101101 11100000
Octal 17 255 340
Decimal 15 173 224
Hex F AD E0

RGB Percentages of Color #0fade0

%3.64
%41.99
%54.37

CMYK Percentages of Color #0fade0

%93
%23
%0
%12

Triadic Colors of #0fade0

#0fade0 #e00fad #ade00f

Analogous Colors of #0fade0

#0fade0 #0f44e0 #0fe0ab

Monochromatic Colors of #0fade0

#0fade0

Complementary Color

#0fade0 #e0420f

#0fade0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fade0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fade0 Color CSS Codes

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

#0fade0 Text Font Color

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

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


#0fade0 Background Color

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

This div background color is #0fade0


#0fade0 Border Color

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

This div border color is #0fade0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fade0


Comments

15 Sep 2022, 16:50 Zacapea

Fade the fade colour to get a nice fade!

Please login to write comment.