color codes Logo

#0f9afd color codes

#0F9AFD
(15,154,253)
0 Favorites   0 Comments

Color spaces of #0f9afd

RGB 15154253
HSL0.570.980.53
HSV205°94°99°
CMYK 0.940.390.00   0.01
XYZ29.482230.304697.2240
Yxy30.30460.18780.1930
Hunter Lab55.0496-0.7399-66.1783
CIE-Lab61.91622.6170-58.2521

#0f9afd color RGB value is (15,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10011010 11111101
Octal 17 232 375
Decimal 15 154 253
Hex F 9A FD

RGB Percentages of Color #0f9afd

%3.55
%36.49
%59.95

CMYK Percentages of Color #0f9afd

%94
%39
%0
%1

Triadic Colors of #0f9afd

#0f9afd #fd0f9a #9afd0f

Analogous Colors of #0f9afd

#0f9afd #0f23fd #0ffde9

Monochromatic Colors of #0f9afd

#0f9afd

Complementary Color

#0f9afd #fd720f

#0f9afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f9afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f9afd Color CSS Codes

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

#0f9afd Text Font Color

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

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


#0f9afd Background Color

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

This div background color is #0f9afd


#0f9afd Border Color

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

This div border color is #0f9afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f9afd

Related Colors


Comments

No comments written yet.

Please login to write comment.