Color Hex Logo

#09ecbe Color Hex

#09ECBE
(9,236,190)
0 Favorites   0 Comments

Color spaces of #09ecbe

RGB 9236190
HSL0.470.930.48
HSV168°96°93°
CMYK 0.960.000.19   0.07
XYZ39.402463.766758.9467
Yxy63.76670.24310.3933
Hunter Lab79.8541-51.667312.1311
CIE-Lab83.8442-57.54379.1418

#09ecbe color RGB value is (9,236,190).

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

The process color (four color CMYK) of #09ecbe color hex is 0.96, 0.00, 0.19, 0.07. Web safe color of #09ecbe is #00ffcc. Color #09ecbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101100 10111110
Octal 11 354 276
Decimal 9 236 190
Hex 9 EC BE

RGB Percentages of Color #09ecbe

%2.07
%54.25
%43.68

CMYK Percentages of Color #09ecbe

%96
%0
%19
%7

Triadic Colors of #09ecbe

#09ecbe #be09ec #ecbe09

Analogous Colors of #09ecbe

#09ecbe #09a9ec #09ec4c

Monochromatic Colors of #09ecbe

#09ecbe

Complementary Color

#09ecbe #ec0937

#09ecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ecbe Color CSS Codes

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

#09ecbe Text Font Color

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

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


#09ecbe Background Color

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

This div background color is #09ecbe


#09ecbe Border Color

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

This div border color is #09ecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ecbe


Comments

No comments written yet.

Please login to write comment.