Color Hex Logo

#09edff Color Hex

#09EDFF
(9,237,255)
0 Favorites   0 Comments

Color spaces of #09edff

RGB 9237255
HSL0.511.000.52
HSV184°96°100°
CMYK 0.960.070.00   0.00
XYZ48.446867.8465105.1500
Yxy67.84650.21880.3064
Hunter Lab82.3690-39.1577-18.0297
CIE-Lab85.9296-39.9480-21.9470

#09edff color RGB value is (9,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101101 11111111
Octal 11 355 377
Decimal 9 237 255
Hex 9 ED FF

RGB Percentages of Color #09edff

%1.80
%47.31
%50.90

CMYK Percentages of Color #09edff

%96
%7
%0
%0

Triadic Colors of #09edff

#09edff #ff09ed #edff09

Analogous Colors of #09edff

#09edff #0972ff #09ff96

Monochromatic Colors of #09edff

#09edff

Complementary Color

#09edff #ff1b09

#09edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#09edff Color CSS Codes

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

#09edff Text Font Color

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

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


#09edff Background Color

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

This div background color is #09edff


#09edff Border Color

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

This div border color is #09edff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,237,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 #09edff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09edff

Related Colors


Comments

No comments written yet.

Please login to write comment.