Color Hex Logo

#07ecbe Color Hex

#07ECBE
(7,236,190)
0 Favorites   0 Comments

Color spaces of #07ecbe

RGB 7236190
HSL0.470.940.48
HSV168°97°93°
CMYK 0.970.000.19   0.07
XYZ39.377363.753858.9455
Yxy63.75380.24300.3934
Hunter Lab79.8460-51.700412.1219
CIE-Lab83.8374-57.59389.1313

#07ecbe color RGB value is (7,236,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11101100 10111110
Octal 7 354 276
Decimal 7 236 190
Hex 7 EC BE

RGB Percentages of Color #07ecbe

%1.62
%54.50
%43.88

CMYK Percentages of Color #07ecbe

%97
%0
%19
%7

Triadic Colors of #07ecbe

#07ecbe #be07ec #ecbe07

Analogous Colors of #07ecbe

#07ecbe #07a8ec #07ec4b

Monochromatic Colors of #07ecbe

#07ecbe

Complementary Color

#07ecbe #ec0735

#07ecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ecbe Color CSS Codes

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

#07ecbe Text Font Color

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

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


#07ecbe Background Color

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

This div background color is #07ecbe


#07ecbe Border Color

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

This div border color is #07ecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ecbe


Comments

No comments written yet.

Please login to write comment.