color codes Logo

#07dbaa color codes

#07DBAA
(7,219,170)
0 Favorites   0 Comments

Color spaces of #07dbaa

RGB 7219170
HSL0.460.940.44
HSV166°97°86°
CMYK 0.970.000.22   0.14
XYZ32.674853.610546.6559
Yxy53.61050.24580.4033
Hunter Lab73.2192-48.476213.4733
CIE-Lab78.2341-55.917911.6919

#07dbaa color RGB value is (7,219,170).

#07dbaa hex color red value is 7, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #07dbaa hue: 0.46 , saturation: 0.94 and the lightness value of 07dbaa is 0.44.

The process color (four color CMYK) of #07dbaa color code is 0.97, 0.00, 0.22, 0.14. Web safe color of #07dbaa is #00cc99. Color #07dbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011011 10101010
Octal 7 333 252
Decimal 7 219 170
Hex 7 DB AA

RGB Percentages of Color #07dbaa

%1.77
%55.30
%42.93

CMYK Percentages of Color #07dbaa

%97
%0
%22
%14

Triadic Colors of #07dbaa

#07dbaa #aa07db #dbaa07

Analogous Colors of #07dbaa

#07dbaa #07a2db #07db40

Monochromatic Colors of #07dbaa

#07dbaa

Complementary Color

#07dbaa #db0738

#07dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#07dbaa Color CSS Codes

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

#07dbaa Text Font Color

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

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


#07dbaa Background Color

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

This div background color is #07dbaa


#07dbaa Border Color

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

This div border color is #07dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07dbaa


Comments

No comments written yet.

Please login to write comment.