Color Hex Logo

#09cbfa Color Hex

#09CBFA
(9,203,250)
0 Favorites   0 Comments

Color spaces of #09cbfa

RGB 9203250
HSL0.530.960.51
HSV192°96°98°
CMYK 0.960.190.00   0.02
XYZ38.723949.672197.9892
Yxy49.67210.20780.2665
Hunter Lab70.4784-25.2616-33.0985
CIE-Lab75.8676-25.3142-34.7019

#09cbfa color RGB value is (9,203,250).

#09cbfa hex color red value is 9, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #09cbfa hue: 0.53 , saturation: 0.96 and the lightness value of 09cbfa is 0.51.

The process color (four color CMYK) of #09cbfa color hex is 0.96, 0.19, 0.00, 0.02. Web safe color of #09cbfa is #00ccff. Color #09cbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001011 11111010
Octal 11 313 372
Decimal 9 203 250
Hex 9 CB FA

RGB Percentages of Color #09cbfa

%1.95
%43.94
%54.11

CMYK Percentages of Color #09cbfa

%96
%19
%0
%2

Triadic Colors of #09cbfa

#09cbfa #fa09cb #cbfa09

Analogous Colors of #09cbfa

#09cbfa #0952fa #09fab1

Monochromatic Colors of #09cbfa

#09cbfa

Complementary Color

#09cbfa #fa3809

#09cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cbfa Color CSS Codes

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

#09cbfa Text Font Color

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

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


#09cbfa Background Color

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

This div background color is #09cbfa


#09cbfa Border Color

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

This div border color is #09cbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,203,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cbfa


Comments

No comments written yet.

Please login to write comment.