Color Hex Logo

#0fadea Color Hex

#0FADEA
(15,173,234)
0 Favorites   0 Comments

Color spaces of #0fadea

RGB 15173234
HSL0.550.880.49
HSV197°94°92°
CMYK 0.940.260.00   0.08
XYZ29.991935.929283.1962
Yxy35.92920.20110.2409
Hunter Lab59.9410-15.5829-40.3340
CIE-Lab66.4658-15.0542-40.6604

#0fadea color RGB value is (15,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101101 11101010
Octal 17 255 352
Decimal 15 173 234
Hex F AD EA

RGB Percentages of Color #0fadea

%3.55
%41.00
%55.45

CMYK Percentages of Color #0fadea

%94
%26
%0
%8

Triadic Colors of #0fadea

#0fadea #ea0fad #adea0f

Analogous Colors of #0fadea

#0fadea #0f40ea #0feaba

Monochromatic Colors of #0fadea

#0fadea

Complementary Color

#0fadea #ea4c0f

#0fadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fadea Color CSS Codes

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

#0fadea Text Font Color

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

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


#0fadea Background Color

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

This div background color is #0fadea


#0fadea Border Color

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

This div border color is #0fadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fadea


Comments

No comments written yet.

Please login to write comment.