Color Hex Logo

#0facda Color Hex

#0FACDA
(15,172,218)
0 Favorites   0 Comments

Color spaces of #0facda

RGB 15172218
HSL0.540.870.46
HSV194°93°85°
CMYK 0.930.210.00   0.15
XYZ27.604434.668671.5665
Yxy34.66860.20630.2590
Hunter Lab58.8800-19.3549-30.8487
CIE-Lab65.4898-20.1309-33.3924

#0facda color RGB value is (15,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101100 11011010
Octal 17 254 332
Decimal 15 172 218
Hex F AC DA

RGB Percentages of Color #0facda

%3.70
%42.47
%53.83

CMYK Percentages of Color #0facda

%93
%21
%0
%15

Triadic Colors of #0facda

#0facda #da0fac #acda0f

Analogous Colors of #0facda

#0facda #0f47da #0fdaa3

Monochromatic Colors of #0facda

#0facda

Complementary Color

#0facda #da3d0f

#0facda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0facda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0facda Color CSS Codes

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

#0facda Text Font Color

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

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


#0facda Background Color

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

This div background color is #0facda


#0facda Border Color

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

This div border color is #0facda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0facda


Comments

No comments written yet.

Please login to write comment.