Color Hex Logo

#09cafb Color Hex

#09CAFB
(9,202,251)
0 Favorites   0 Comments

Color spaces of #09cafb

RGB 9202251
HSL0.530.970.51
HSV192°96°98°
CMYK 0.960.200.00   0.02
XYZ38.645849.264298.7389
Yxy49.26420.20710.2639
Hunter Lab70.1885-24.5476-34.2754
CIE-Lab75.6154-24.4766-35.6279

#09cafb color RGB value is (9,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001010 11111011
Octal 11 312 373
Decimal 9 202 251
Hex 9 CA FB

RGB Percentages of Color #09cafb

%1.95
%43.72
%54.33

CMYK Percentages of Color #09cafb

%96
%20
%0
%2

Triadic Colors of #09cafb

#09cafb #fb09ca #cafb09

Analogous Colors of #09cafb

#09cafb #0951fb #09fbb3

Monochromatic Colors of #09cafb

#09cafb

Complementary Color

#09cafb #fb3a09

#09cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cafb Color CSS Codes

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

#09cafb Text Font Color

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

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


#09cafb Background Color

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

This div background color is #09cafb


#09cafb Border Color

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

This div border color is #09cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cafb


Comments

No comments written yet.

Please login to write comment.