color codes Logo

#07edab color codes

#07EDAB
(7,237,171)
0 Favorites   0 Comments

Color spaces of #07edab

RGB 7237171
HSL0.450.940.48
HSV163°97°93°
CMYK 0.970.000.28   0.07
XYZ37.722563.553848.8070
Yxy63.55380.25130.4235
Hunter Lab79.7206-55.047819.5056
CIE-Lab83.7329-62.439618.8901

#07edab color RGB value is (7,237,171).

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

The process color (four color CMYK) of #07edab color code is 0.97, 0.00, 0.28, 0.07. Web safe color of #07edab is #00ff99. Color #07edab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11101101 10101011
Octal 7 355 253
Decimal 7 237 171
Hex 7 ED AB

RGB Percentages of Color #07edab

%1.69
%57.11
%41.20

CMYK Percentages of Color #07edab

%97
%0
%28
%7

Triadic Colors of #07edab

#07edab #ab07ed #edab07

Analogous Colors of #07edab

#07edab #07bced #07ed38

Monochromatic Colors of #07edab

#07edab

Complementary Color

#07edab #ed0749

#07edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#07edab Color CSS Codes

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

#07edab Text Font Color

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

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


#07edab Background Color

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

This div background color is #07edab


#07edab Border Color

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

This div border color is #07edab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,237,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #07edab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07edab


Comments

No comments written yet.

Please login to write comment.