Color Hex Logo

#09ddaf Color Hex

#09DDAF
(9,221,175)
0 Favorites   0 Comments

Color spaces of #09ddaf

RGB 9221175
HSL0.460.920.45
HSV167°96°87°
CMYK 0.960.000.21   0.13
XYZ33.707054.866149.3711
Yxy54.86610.24440.3977
Hunter Lab74.0717-48.397312.3315
CIE-Lab78.9641-55.414310.0806

#09ddaf color RGB value is (9,221,175).

#09ddaf hex color red value is 9, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #09ddaf hue: 0.46 , saturation: 0.92 and the lightness value of 09ddaf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11011101 10101111
Octal 11 335 257
Decimal 9 221 175
Hex 9 DD AF

RGB Percentages of Color #09ddaf

%2.22
%54.57
%43.21

CMYK Percentages of Color #09ddaf

%96
%0
%21
%13

Triadic Colors of #09ddaf

#09ddaf #af09dd #ddaf09

Analogous Colors of #09ddaf

#09ddaf #09a1dd #09dd45

Monochromatic Colors of #09ddaf

#09ddaf

Complementary Color

#09ddaf #dd0937

#09ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ddaf Color CSS Codes

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

#09ddaf Text Font Color

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

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


#09ddaf Background Color

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

This div background color is #09ddaf


#09ddaf Border Color

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

This div border color is #09ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ddaf


Comments

No comments written yet.

Please login to write comment.