Color Hex Logo

#0fadeb Color Hex

#0FADEB
(15,173,235)
0 Favorites   0 Comments

Color spaces of #0fadeb

RGB 15173235
HSL0.550.880.49
HSV197°94°92°
CMYK 0.940.260.00   0.08
XYZ30.136035.986983.9551
Yxy35.98690.20080.2398
Hunter Lab59.9891-15.3100-40.9844
CIE-Lab66.5099-14.7001-41.1386

#0fadeb color RGB value is (15,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101101 11101011
Octal 17 255 353
Decimal 15 173 235
Hex F AD EB

RGB Percentages of Color #0fadeb

%3.55
%40.90
%55.56

CMYK Percentages of Color #0fadeb

%94
%26
%0
%8

Triadic Colors of #0fadeb

#0fadeb #eb0fad #adeb0f

Analogous Colors of #0fadeb

#0fadeb #0f3feb #0febbb

Monochromatic Colors of #0fadeb

#0fadeb

Complementary Color

#0fadeb #eb4d0f

#0fadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fadeb Color CSS Codes

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

#0fadeb Text Font Color

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

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


#0fadeb Background Color

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

This div background color is #0fadeb


#0fadeb Border Color

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

This div border color is #0fadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fadeb


Comments

No comments written yet.

Please login to write comment.