Color Hex Logo

#07dd81 Color Hex

#07DD81
(7,221,129)
0 Favorites   0 Comments

Color spaces of #07dd81

RGB 7221129
HSL0.430.940.45
HSV154°97°87°
CMYK 0.970.000.42   0.13
XYZ29.906553.343129.4889
Yxy53.34310.26530.4732
Hunter Lab73.0364-54.722527.1867
CIE-Lab78.0771-65.426532.8034

#07dd81 color RGB value is (7,221,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11011101 10000001
Octal 7 335 201
Decimal 7 221 129
Hex 7 DD 81

RGB Percentages of Color #07dd81

%1.96
%61.90
%36.13

CMYK Percentages of Color #07dd81

%97
%0
%42
%13

Triadic Colors of #07dd81

#07dd81 #8107dd #dd8107

Analogous Colors of #07dd81

#07dd81 #07cedd #07dd16

Monochromatic Colors of #07dd81

#07dd81

Complementary Color

#07dd81 #dd0763

#07dd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07dd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07dd81 Color CSS Codes

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

#07dd81 Text Font Color

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

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


#07dd81 Background Color

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

This div background color is #07dd81


#07dd81 Border Color

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

This div border color is #07dd81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07dd81


Comments

No comments written yet.

Please login to write comment.