Color Hex Logo

#09debe Color Hex

#09DEBE
(9,222,190)
0 Favorites   0 Comments

Color spaces of #09debe

RGB 9222190
HSL0.470.920.45
HSV171°96°87°
CMYK 0.960.000.14   0.13
XYZ35.528256.018357.6553
Yxy56.01830.23810.3755
Hunter Lab74.8454-46.24766.7192
CIE-Lab79.6242-51.99733.0652

#09debe color RGB value is (9,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11011110 10111110
Octal 11 336 276
Decimal 9 222 190
Hex 9 DE BE

RGB Percentages of Color #09debe

%2.14
%52.73
%45.13

CMYK Percentages of Color #09debe

%96
%0
%14
%13

Triadic Colors of #09debe

#09debe #be09de #debe09

Analogous Colors of #09debe

#09debe #0994de #09de53

Monochromatic Colors of #09debe

#09debe

Complementary Color

#09debe #de0929

#09debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#09debe Color CSS Codes

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

#09debe Text Font Color

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

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


#09debe Background Color

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

This div background color is #09debe


#09debe Border Color

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

This div border color is #09debe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09debe


Comments

No comments written yet.

Please login to write comment.