Color Hex Logo

#09ffde Color Hex

#09FFDE
(9,255,222)
0 Favorites   0 Comments

Color spaces of #09ffde

RGB 9255222
HSL0.481.000.52
HSV172°96°100°
CMYK 0.960.000.13   0.00
XYZ49.057576.852081.3556
Yxy76.85200.23670.3708
Hunter Lab87.6653-53.52566.3431
CIE-Lab90.2535-56.91391.7113

#09ffde color RGB value is (9,255,222).

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

The process color (four color CMYK) of #09ffde color hex is 0.96, 0.00, 0.13, 0.00. Web safe color of #09ffde is #00ffcc. Color #09ffde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11111111 11011110
Octal 11 377 336
Decimal 9 255 222
Hex 9 FF DE

RGB Percentages of Color #09ffde

%1.85
%52.47
%45.68

CMYK Percentages of Color #09ffde

%96
%0
%13
%0

Triadic Colors of #09ffde

#09ffde #de09ff #ffde09

Analogous Colors of #09ffde

#09ffde #09a5ff #09ff63

Monochromatic Colors of #09ffde

#09ffde

Complementary Color

#09ffde #ff092a

#09ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ffde Color CSS Codes

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

#09ffde Text Font Color

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

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


#09ffde Background Color

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

This div background color is #09ffde


#09ffde Border Color

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

This div border color is #09ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ffde


Comments

No comments written yet.

Please login to write comment.