Color Hex Logo

#0fafec Color Hex

#0FAFEC
(15,175,236)
0 Favorites   0 Comments

Color spaces of #0fafec

RGB 15175236
HSL0.550.880.49
HSV197°94°93°
CMYK 0.940.260.00   0.07
XYZ30.667336.817684.8471
Yxy36.81760.20130.2417
Hunter Lab60.6775-15.9691-40.4327
CIE-Lab67.1400-15.4238-40.6995

#0fafec color RGB value is (15,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101111 11101100
Octal 17 257 354
Decimal 15 175 236
Hex F AF EC

RGB Percentages of Color #0fafec

%3.52
%41.08
%55.40

CMYK Percentages of Color #0fafec

%94
%26
%0
%7

Triadic Colors of #0fafec

#0fafec #ec0faf #afec0f

Analogous Colors of #0fafec

#0fafec #0f41ec #0fecbb

Monochromatic Colors of #0fafec

#0fafec

Complementary Color

#0fafec #ec4c0f

#0fafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fafec Color CSS Codes

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

#0fafec Text Font Color

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

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


#0fafec Background Color

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

This div background color is #0fafec


#0fafec Border Color

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

This div border color is #0fafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fafec


Comments

No comments written yet.

Please login to write comment.