Color Hex Logo

#09dcbe Color Hex

#09DCBE
(9,220,190)
0 Favorites   0 Comments

Color spaces of #09dcbe

RGB 9220190
HSL0.480.920.45
HSV171°96°86°
CMYK 0.960.000.14   0.14
XYZ35.000154.962257.4793
Yxy54.96220.23740.3728
Hunter Lab74.1365-45.46845.9270
CIE-Lab79.0195-51.18412.1873

#09dcbe color RGB value is (9,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11011100 10111110
Octal 11 334 276
Decimal 9 220 190
Hex 9 DC BE

RGB Percentages of Color #09dcbe

%2.15
%52.51
%45.35

CMYK Percentages of Color #09dcbe

%96
%0
%14
%14

Triadic Colors of #09dcbe

#09dcbe #be09dc #dcbe09

Analogous Colors of #09dcbe

#09dcbe #0991dc #09dc54

Monochromatic Colors of #09dcbe

#09dcbe

Complementary Color

#09dcbe #dc0927

#09dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#09dcbe Color CSS Codes

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

#09dcbe Text Font Color

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

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


#09dcbe Background Color

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

This div background color is #09dcbe


#09dcbe Border Color

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

This div border color is #09dcbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,220,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 #09dcbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09dcbe


Comments

No comments written yet.

Please login to write comment.