Color Hex Logo

#07d204 Color Hex

#07D204
(7,210,4)
0 Favorites   0 Comments

Color spaces of #07d204

RGB 72104
HSL0.330.960.42
HSV119°98°82°
CMYK 0.970.000.98   0.18
XYZ23.156146.14717.8017
Yxy46.14710.30030.5985
Hunter Lab67.9317-58.034540.7429
CIE-Lab73.6409-74.102071.4841

#07d204 color RGB value is (7,210,4).

#07d204 hex color red value is 7, green value is 210 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #07d204 hue: 0.33 , saturation: 0.96 and the lightness value of 07d204 is 0.42.

The process color (four color CMYK) of #07d204 color hex is 0.97, 0.00, 0.98, 0.18. Web safe color of #07d204 is #00cc00. Color #07d204 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11010010 00000100
Octal 7 322 4
Decimal 7 210 4
Hex 7 D2 4

RGB Percentages of Color #07d204

%3.17
%95.02
%1.81

CMYK Percentages of Color #07d204

%97
%0
%98
%18

Triadic Colors of #07d204

#07d204 #0407d2 #d20407

Analogous Colors of #07d204

#07d204 #04d268 #6ed204

Monochromatic Colors of #07d204

#07d204

Complementary Color

#07d204 #cf04d2

#07d204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07d204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07d204 Color CSS Codes

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

#07d204 Text Font Color

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

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


#07d204 Background Color

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

This div background color is #07d204


#07d204 Border Color

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

This div border color is #07d204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07d204


Comments

No comments written yet.

Please login to write comment.