Color Hex Logo

#09abfd Color Hex

#09ABFD
(9,171,253)
0 Favorites   0 Comments

Color spaces of #09abfd

RGB 9171253
HSL0.560.980.51
HSV200°96°99°
CMYK 0.960.320.00   0.01
XYZ32.405236.275798.2225
Yxy36.27570.19420.2173
Hunter Lab60.2293-9.3629-54.5301
CIE-Lab66.7300-7.2976-50.6094

#09abfd color RGB value is (9,171,253).

#09abfd hex color red value is 9, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #09abfd hue: 0.56 , saturation: 0.98 and the lightness value of 09abfd is 0.51.

The process color (four color CMYK) of #09abfd color hex is 0.96, 0.32, 0.00, 0.01. Web safe color of #09abfd is #0099ff. Color #09abfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101011 11111101
Octal 11 253 375
Decimal 9 171 253
Hex 9 AB FD

RGB Percentages of Color #09abfd

%2.08
%39.49
%58.43

CMYK Percentages of Color #09abfd

%96
%32
%0
%1

Triadic Colors of #09abfd

#09abfd #fd09ab #abfd09

Analogous Colors of #09abfd

#09abfd #0931fd #09fdd5

Monochromatic Colors of #09abfd

#09abfd

Complementary Color

#09abfd #fd5b09

#09abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09abfd Color CSS Codes

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

#09abfd Text Font Color

<p style="color:#09abfd">Text here</p>

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


#09abfd Background Color

<div style="background-color:#09abfd">
Div content here</div>

This div background color is #09abfd


#09abfd Border Color

<div style="border:3px solid #09abfd">
Div here</div>

This div border color is #09abfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,171,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09abfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09abfd;
  -webkit-box-shadow: 1px 1px 3px 2px #09abfd;
  box-shadow:         1px 1px 3px 2px #09abfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,171,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 #09abfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09abfd


Comments

No comments written yet.

Please login to write comment.