Color Hex Logo

#0fafda Color Hex

#0FAFDA
(15,175,218)
0 Favorites   0 Comments

Color spaces of #0fafda

RGB 15175218
HSL0.540.870.46
HSV193°93°85°
CMYK 0.930.200.00   0.15
XYZ28.181935.823571.7589
Yxy35.82350.20760.2639
Hunter Lab59.8527-20.6948-29.1873
CIE-Lab66.3848-21.6956-32.0050

#0fafda color RGB value is (15,175,218).

#0fafda hex color red value is 15, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0fafda hue: 0.54 , saturation: 0.87 and the lightness value of 0fafda is 0.46.

The process color (four color CMYK) of #0fafda color hex is 0.93, 0.20, 0.00, 0.15. Web safe color of #0fafda is #0099cc. Color #0fafda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101111 11011010
Octal 17 257 332
Decimal 15 175 218
Hex F AF DA

RGB Percentages of Color #0fafda

%3.68
%42.89
%53.43

CMYK Percentages of Color #0fafda

%93
%20
%0
%15

Triadic Colors of #0fafda

#0fafda #da0faf #afda0f

Analogous Colors of #0fafda

#0fafda #0f4ada #0fdaa0

Monochromatic Colors of #0fafda

#0fafda

Complementary Color

#0fafda #da3a0f

#0fafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fafda Color CSS Codes

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

#0fafda Text Font Color

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

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


#0fafda Background Color

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

This div background color is #0fafda


#0fafda Border Color

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

This div border color is #0fafda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fafda


Comments

No comments written yet.

Please login to write comment.