color codes Logo

#0faafd color codes

#0FAAFD
(15,170,253)
0 Favorites   0 Comments

Color spaces of #0faafd

RGB 15170253
HSL0.560.980.53
HSV201°94°99°
CMYK 0.940.330.00   0.01
XYZ32.301335.942998.1637
Yxy35.94290.19410.2160
Hunter Lab59.9524-8.7440-55.1124
CIE-Lab66.4763-6.5774-51.0083

#0faafd color RGB value is (15,170,253).

#0faafd hex color red value is 15, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0faafd hue: 0.56 , saturation: 0.98 and the lightness value of 0faafd is 0.53.

The process color (four color CMYK) of #0faafd color code is 0.94, 0.33, 0.00, 0.01. Web safe color of #0faafd is #0099ff. Color #0faafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101010 11111101
Octal 17 252 375
Decimal 15 170 253
Hex F AA FD

RGB Percentages of Color #0faafd

%3.42
%38.81
%57.76

CMYK Percentages of Color #0faafd

%94
%33
%0
%1

Triadic Colors of #0faafd

#0faafd #fd0faa #aafd0f

Analogous Colors of #0faafd

#0faafd #0f33fd #0ffdd9

Monochromatic Colors of #0faafd

#0faafd

Complementary Color

#0faafd #fd620f

#0faafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faafd Color CSS Codes

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

#0faafd Text Font Color

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

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


#0faafd Background Color

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

This div background color is #0faafd


#0faafd Border Color

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

This div border color is #0faafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faafd

Related Colors


Comments

No comments written yet.

Please login to write comment.