Color Hex Logo

#09ffda Color Hex

#09FFDA
(9,255,218)
0 Favorites   0 Comments

Color spaces of #09ffda

RGB 9255218
HSL0.471.000.52
HSV171°96°100°
CMYK 0.960.000.15   0.00
XYZ48.527576.640078.5650
Yxy76.64000.23820.3762
Hunter Lab87.5443-54.25648.0723
CIE-Lab90.1557-57.94203.6419

#09ffda color RGB value is (9,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11111111 11011010
Octal 11 377 332
Decimal 9 255 218
Hex 9 FF DA

RGB Percentages of Color #09ffda

%1.87
%52.90
%45.23

CMYK Percentages of Color #09ffda

%96
%0
%15
%0

Triadic Colors of #09ffda

#09ffda #da09ff #ffda09

Analogous Colors of #09ffda

#09ffda #09a9ff #09ff5f

Monochromatic Colors of #09ffda

#09ffda

Complementary Color

#09ffda #ff092e

#09ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ffda Color CSS Codes

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

#09ffda Text Font Color

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

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


#09ffda Background Color

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

This div background color is #09ffda


#09ffda Border Color

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

This div border color is #09ffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ffda


Comments

No comments written yet.

Please login to write comment.