Color Hex Logo

#09b2fd Color Hex

#09B2FD
(9,178,253)
0 Favorites   0 Comments

Color spaces of #09b2fd

RGB 9178253
HSL0.550.980.51
HSV198°96°99°
CMYK 0.960.300.00   0.01
XYZ33.762738.990798.6750
Yxy38.99070.19690.2274
Hunter Lab62.4425-12.7594-49.9834
CIE-Lab68.7445-11.1697-47.4324

#09b2fd color RGB value is (9,178,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10110010 11111101
Octal 11 262 375
Decimal 9 178 253
Hex 9 B2 FD

RGB Percentages of Color #09b2fd

%2.05
%40.45
%57.50

CMYK Percentages of Color #09b2fd

%96
%30
%0
%1

Triadic Colors of #09b2fd

#09b2fd #fd09b2 #b2fd09

Analogous Colors of #09b2fd

#09b2fd #0938fd #09fdce

Monochromatic Colors of #09b2fd

#09b2fd

Complementary Color

#09b2fd #fd5409

#09b2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09b2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09b2fd Color CSS Codes

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

#09b2fd Text Font Color

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

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


#09b2fd Background Color

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

This div background color is #09b2fd


#09b2fd Border Color

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

This div border color is #09b2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09b2fd


Comments

No comments written yet.

Please login to write comment.