Color Hex Logo

#07ddab Color Hex

#07DDAB
(7,221,171)
0 Favorites   0 Comments

Color spaces of #07ddab

RGB 7221171
HSL0.460.940.45
HSV166°97°87°
CMYK 0.970.000.23   0.13
XYZ33.294854.698347.3311
Yxy54.69830.24600.4042
Hunter Lab73.9583-49.069313.8270
CIE-Lab78.8672-56.445212.0596

#07ddab color RGB value is (7,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011101 10101011
Octal 7 335 253
Decimal 7 221 171
Hex 7 DD AB

RGB Percentages of Color #07ddab

%1.75
%55.39
%42.86

CMYK Percentages of Color #07ddab

%97
%0
%23
%13

Triadic Colors of #07ddab

#07ddab #ab07dd #ddab07

Analogous Colors of #07ddab

#07ddab #07a4dd #07dd40

Monochromatic Colors of #07ddab

#07ddab

Complementary Color

#07ddab #dd0739

#07ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ddab Color CSS Codes

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

#07ddab Text Font Color

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

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


#07ddab Background Color

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

This div background color is #07ddab


#07ddab Border Color

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

This div border color is #07ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ddab


Comments

No comments written yet.

Please login to write comment.