Color Hex Logo

#09faed Color Hex

#09FAED
(9,250,237)
0 Favorites   0 Comments

Color spaces of #09faed

RGB 9250237
HSL0.490.960.51
HSV177°96°98°
CMYK 0.960.000.05   0.02
XYZ49.584374.543791.8958
Yxy74.54370.22950.3451
Hunter Lab86.3387-48.5802-2.6691
CIE-Lab89.1788-50.8514-7.6630

#09faed color RGB value is (9,250,237).

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

The process color (four color CMYK) of #09faed color hex is 0.96, 0.00, 0.05, 0.02. Web safe color of #09faed is #00ffff. Color #09faed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11111010 11101101
Octal 11 372 355
Decimal 9 250 237
Hex 9 FA ED

RGB Percentages of Color #09faed

%1.81
%50.40
%47.78

CMYK Percentages of Color #09faed

%96
%0
%5
%2

Triadic Colors of #09faed

#09faed #ed09fa #faed09

Analogous Colors of #09faed

#09faed #098ffa #09fa75

Monochromatic Colors of #09faed

#09faed

Complementary Color

#09faed #fa0916

#09faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#09faed Color CSS Codes

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

#09faed Text Font Color

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

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


#09faed Background Color

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

This div background color is #09faed


#09faed Border Color

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

This div border color is #09faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09faed


Comments

No comments written yet.

Please login to write comment.