Color Hex Logo

#09f6ef Color Hex

#09F6EF
(9,246,239)
0 Favorites   0 Comments

Color spaces of #09f6ef

RGB 9246239
HSL0.500.930.50
HSV178°96°96°
CMYK 0.960.000.03   0.04
XYZ48.648472.201693.0336
Yxy72.20160.22750.3376
Hunter Lab84.9715-46.5043-5.4354
CIE-Lab88.0655-48.6013-10.3593

#09f6ef color RGB value is (9,246,239).

#09f6ef hex color red value is 9, green value is 246 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #09f6ef hue: 0.50 , saturation: 0.93 and the lightness value of 09f6ef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11110110 11101111
Octal 11 366 357
Decimal 9 246 239
Hex 9 F6 EF

RGB Percentages of Color #09f6ef

%1.82
%49.80
%48.38

CMYK Percentages of Color #09f6ef

%96
%0
%3
%4

Triadic Colors of #09f6ef

#09f6ef #ef09f6 #f6ef09

Analogous Colors of #09f6ef

#09f6ef #0987f6 #09f679

Monochromatic Colors of #09f6ef

#09f6ef

Complementary Color

#09f6ef #f60910

#09f6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09f6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#09f6ef Color CSS Codes

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

#09f6ef Text Font Color

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

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


#09f6ef Background Color

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

This div background color is #09f6ef


#09f6ef Border Color

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

This div border color is #09f6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09f6ef


Comments

No comments written yet.

Please login to write comment.