Color Hex Logo

#0fafed Color Hex

#0FAFED
(15,175,237)
0 Favorites   0 Comments

Color spaces of #0fafed

RGB 15175237
HSL0.550.880.49
HSV197°94°93°
CMYK 0.940.260.00   0.07
XYZ30.813036.875985.6145
Yxy36.87590.20100.2405
Hunter Lab60.7255-15.6962-41.0827
CIE-Lab67.1838-15.0706-41.1771

#0fafed color RGB value is (15,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101111 11101101
Octal 17 257 355
Decimal 15 175 237
Hex F AF ED

RGB Percentages of Color #0fafed

%3.51
%40.98
%55.50

CMYK Percentages of Color #0fafed

%94
%26
%0
%7

Triadic Colors of #0fafed

#0fafed #ed0faf #afed0f

Analogous Colors of #0fafed

#0fafed #0f40ed #0fedbc

Monochromatic Colors of #0fafed

#0fafed

Complementary Color

#0fafed #ed4d0f

#0fafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fafed Color CSS Codes

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

#0fafed Text Font Color

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

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


#0fafed Background Color

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

This div background color is #0fafed


#0fafed Border Color

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

This div border color is #0fafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fafed


Comments

No comments written yet.

Please login to write comment.