Color Hex Logo

#0faadc Color Hex

#0FAADC
(15,170,220)
0 Favorites   0 Comments

Color spaces of #0faadc

RGB 15170220
HSL0.540.870.46
HSV195°93°86°
CMYK 0.930.230.00   0.14
XYZ27.490034.018372.8275
Yxy34.01830.20460.2532
Hunter Lab58.3252-17.9380-33.2045
CIE-Lab64.9771-18.3789-35.2918

#0faadc color RGB value is (15,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101010 11011100
Octal 17 252 334
Decimal 15 170 220
Hex F AA DC

RGB Percentages of Color #0faadc

%3.70
%41.98
%54.32

CMYK Percentages of Color #0faadc

%93
%23
%0
%14

Triadic Colors of #0faadc

#0faadc #dc0faa #aadc0f

Analogous Colors of #0faadc

#0faadc #0f44dc #0fdca8

Monochromatic Colors of #0faadc

#0faadc

Complementary Color

#0faadc #dc410f

#0faadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faadc Color CSS Codes

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

#0faadc Text Font Color

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

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


#0faadc Background Color

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

This div background color is #0faadc


#0faadc Border Color

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

This div border color is #0faadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faadc


Comments

No comments written yet.

Please login to write comment.