Color Hex Logo

#09ddbd Color Hex

#09DDBD
(9,221,189)
0 Favorites   0 Comments

Color spaces of #09ddbd

RGB 9221189
HSL0.470.920.45
HSV171°96°87°
CMYK 0.960.000.14   0.13
XYZ35.154455.445156.9933
Yxy55.44510.23820.3757
Hunter Lab74.4615-46.03506.7421
CIE-Lab79.2970-51.85423.1226

#09ddbd color RGB value is (9,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11011101 10111101
Octal 11 335 275
Decimal 9 221 189
Hex 9 DD BD

RGB Percentages of Color #09ddbd

%2.15
%52.74
%45.11

CMYK Percentages of Color #09ddbd

%96
%0
%14
%13

Triadic Colors of #09ddbd

#09ddbd #bd09dd #ddbd09

Analogous Colors of #09ddbd

#09ddbd #0993dd #09dd53

Monochromatic Colors of #09ddbd

#09ddbd

Complementary Color

#09ddbd #dd0929

#09ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ddbd Color CSS Codes

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

#09ddbd Text Font Color

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

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


#09ddbd Background Color

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

This div background color is #09ddbd


#09ddbd Border Color

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

This div border color is #09ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ddbd


Comments

No comments written yet.

Please login to write comment.