Color Hex Logo

#09ebbe Color Hex

#09EBBE
(9,235,190)
0 Favorites   0 Comments

Color spaces of #09ebbe

RGB 9235190
HSL0.470.930.48
HSV168°96°92°
CMYK 0.960.000.19   0.08
XYZ39.115363.192458.8510
Yxy63.19240.24270.3921
Hunter Lab79.4936-51.281911.7518
CIE-Lab83.5435-57.15558.7117

#09ebbe color RGB value is (9,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11101011 10111110
Octal 11 353 276
Decimal 9 235 190
Hex 9 EB BE

RGB Percentages of Color #09ebbe

%2.07
%54.15
%43.78

CMYK Percentages of Color #09ebbe

%96
%0
%19
%8

Triadic Colors of #09ebbe

#09ebbe #be09eb #ebbe09

Analogous Colors of #09ebbe

#09ebbe #09a7eb #09eb4d

Monochromatic Colors of #09ebbe

#09ebbe

Complementary Color

#09ebbe #eb0936

#09ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ebbe Color CSS Codes

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

#09ebbe Text Font Color

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

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


#09ebbe Background Color

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

This div background color is #09ebbe


#09ebbe Border Color

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

This div border color is #09ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ebbe


Comments

No comments written yet.

Please login to write comment.