Color Hex Logo

#09efff Color Hex

#09EFFF
(9,239,255)
0 Favorites   0 Comments

Color spaces of #09efff

RGB 9239255
HSL0.511.000.52
HSV184°96°100°
CMYK 0.960.060.00   0.00
XYZ49.029269.0111105.3441
Yxy69.01110.21950.3089
Hunter Lab83.0729-40.0278-17.0341
CIE-Lab86.5095-40.8536-21.0687

#09efff color RGB value is (9,239,255).

#09efff hex color red value is 9, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #09efff hue: 0.51 , saturation: 1.00 and the lightness value of 09efff is 0.52.

The process color (four color CMYK) of #09efff color hex is 0.96, 0.06, 0.00, 0.00. Web safe color of #09efff is #00ffff. Color #09efff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101111 11111111
Octal 11 357 377
Decimal 9 239 255
Hex 9 EF FF

RGB Percentages of Color #09efff

%1.79
%47.51
%50.70

CMYK Percentages of Color #09efff

%96
%6
%0
%0

Triadic Colors of #09efff

#09efff #ff09ef #efff09

Analogous Colors of #09efff

#09efff #0974ff #09ff94

Monochromatic Colors of #09efff

#09efff

Complementary Color

#09efff #ff1909

#09efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#09efff Color CSS Codes

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

#09efff Text Font Color

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

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


#09efff Background Color

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

This div background color is #09efff


#09efff Border Color

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

This div border color is #09efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09efff

Related Colors


Comments

No comments written yet.

Please login to write comment.