Color Hex Logo

#07debe Color Hex

#07DEBE
(7,222,190)
0 Favorites   0 Comments

Color spaces of #07debe

RGB 7222190
HSL0.480.940.45
HSV171°97°87°
CMYK 0.970.000.14   0.13
XYZ35.503256.005457.6541
Yxy56.00540.23800.3755
Hunter Lab74.8368-46.28246.7088
CIE-Lab79.6169-52.05013.0537

#07debe color RGB value is (7,222,190).

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

The process color (four color CMYK) of #07debe color hex is 0.97, 0.00, 0.14, 0.13. Web safe color of #07debe is #00cccc. Color #07debe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011110 10111110
Octal 7 336 276
Decimal 7 222 190
Hex 7 DE BE

RGB Percentages of Color #07debe

%1.67
%52.98
%45.35

CMYK Percentages of Color #07debe

%97
%0
%14
%13

Triadic Colors of #07debe

#07debe #be07de #debe07

Analogous Colors of #07debe

#07debe #0793de #07de53

Monochromatic Colors of #07debe

#07debe

Complementary Color

#07debe #de0727

#07debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#07debe Color CSS Codes

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

#07debe Text Font Color

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

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


#07debe Background Color

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

This div background color is #07debe


#07debe Border Color

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

This div border color is #07debe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07debe


Comments

No comments written yet.

Please login to write comment.