Color Hex Logo

#0fadec Color Hex

#0FADEC
(15,173,236)
0 Favorites   0 Comments

Color spaces of #0fadec

RGB 15173236
HSL0.550.880.49
HSV197°94°93°
CMYK 0.940.270.00   0.07
XYZ30.280936.044884.7183
Yxy36.04480.20050.2386
Hunter Lab60.0373-15.0356-41.6376
CIE-Lab66.5541-14.3451-41.6164

#0fadec color RGB value is (15,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101101 11101100
Octal 17 255 354
Decimal 15 173 236
Hex F AD EC

RGB Percentages of Color #0fadec

%3.54
%40.80
%55.66

CMYK Percentages of Color #0fadec

%94
%27
%0
%7

Triadic Colors of #0fadec

#0fadec #ec0fad #adec0f

Analogous Colors of #0fadec

#0fadec #0f3fec #0fecbd

Monochromatic Colors of #0fadec

#0fadec

Complementary Color

#0fadec #ec4e0f

#0fadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fadec Color CSS Codes

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

#0fadec Text Font Color

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

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


#0fadec Background Color

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

This div background color is #0fadec


#0fadec Border Color

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

This div border color is #0fadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fadec


Comments

No comments written yet.

Please login to write comment.