Color Hex Logo

#09dfbe Color Hex

#09DFBE
(9,223,190)
0 Favorites   0 Comments

Color spaces of #09dfbe

RGB 9223190
HSL0.470.920.45
HSV171°96°87°
CMYK 0.960.000.15   0.13
XYZ35.794656.551157.7441
Yxy56.55110.23850.3768
Hunter Lab75.2005-46.63687.1134
CIE-Lab79.9264-52.40193.5032

#09dfbe color RGB value is (9,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11011111 10111110
Octal 11 337 276
Decimal 9 223 190
Hex 9 DF BE

RGB Percentages of Color #09dfbe

%2.13
%52.84
%45.02

CMYK Percentages of Color #09dfbe

%96
%0
%15
%13

Triadic Colors of #09dfbe

#09dfbe #be09df #dfbe09

Analogous Colors of #09dfbe

#09dfbe #0995df #09df53

Monochromatic Colors of #09dfbe

#09dfbe

Complementary Color

#09dfbe #df092a

#09dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#09dfbe Color CSS Codes

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

#09dfbe Text Font Color

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

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


#09dfbe Background Color

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

This div background color is #09dfbe


#09dfbe Border Color

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

This div border color is #09dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09dfbe


Comments

No comments written yet.

Please login to write comment.