Color Hex Logo

#0faadd Color Hex

#0FAADD
(15,170,221)
0 Favorites   0 Comments

Color spaces of #0faadd

RGB 15170221
HSL0.540.870.46
HSV195°93°87°
CMYK 0.930.230.00   0.13
XYZ27.622934.071573.5272
Yxy34.07150.20430.2520
Hunter Lab58.3708-17.6771-33.8255
CIE-Lab65.0193-18.0287-35.7774

#0faadd color RGB value is (15,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101010 11011101
Octal 17 252 335
Decimal 15 170 221
Hex F AA DD

RGB Percentages of Color #0faadd

%3.69
%41.87
%54.43

CMYK Percentages of Color #0faadd

%93
%23
%0
%13

Triadic Colors of #0faadd

#0faadd #dd0faa #aadd0f

Analogous Colors of #0faadd

#0faadd #0f43dd #0fdda9

Monochromatic Colors of #0faadd

#0faadd

Complementary Color

#0faadd #dd420f

#0faadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faadd Color CSS Codes

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

#0faadd Text Font Color

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

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


#0faadd Background Color

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

This div background color is #0faadd


#0faadd Border Color

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

This div border color is #0faadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faadd


Comments

No comments written yet.

Please login to write comment.