Color Hex Logo

#09ffdd Color Hex

#09FFDD
(9,255,221)
0 Favorites   0 Comments

Color spaces of #09ffdd

RGB 9255221
HSL0.481.000.52
HSV172°96°100°
CMYK 0.960.000.13   0.00
XYZ48.923876.798580.6517
Yxy76.79850.23710.3721
Hunter Lab87.6348-53.70976.7788
CIE-Lab90.2288-57.17232.1937

#09ffdd color RGB value is (9,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11111111 11011101
Octal 11 377 335
Decimal 9 255 221
Hex 9 FF DD

RGB Percentages of Color #09ffdd

%1.86
%52.58
%45.57

CMYK Percentages of Color #09ffdd

%96
%0
%13
%0

Triadic Colors of #09ffdd

#09ffdd #dd09ff #ffdd09

Analogous Colors of #09ffdd

#09ffdd #09a6ff #09ff62

Monochromatic Colors of #09ffdd

#09ffdd

Complementary Color

#09ffdd #ff092b

#09ffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ffdd Color CSS Codes

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

#09ffdd Text Font Color

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

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


#09ffdd Background Color

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

This div background color is #09ffdd


#09ffdd Border Color

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

This div border color is #09ffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ffdd


Comments

No comments written yet.

Please login to write comment.