color codes Logo

#07ca3e color codes

#07CA3E
(7,202,62)
0 Favorites   0 Comments

Color spaces of #07ca3e

RGB 720262
HSL0.380.930.41
HSV137°97°79°
CMYK 0.970.000.69   0.21
XYZ22.077742.634011.6230
Yxy42.63400.28920.5585
Hunter Lab65.2947-53.910635.1522
CIE-Lab71.3059-68.962255.6529

#07ca3e color RGB value is (7,202,62).

#07ca3e hex color red value is 7, green value is 202 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #07ca3e hue: 0.38 , saturation: 0.93 and the lightness value of 07ca3e is 0.41.

The process color (four color CMYK) of #07ca3e color code is 0.97, 0.00, 0.69, 0.21. Web safe color of #07ca3e is #00cc33. Color #07ca3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001010 00111110
Octal 7 312 76
Decimal 7 202 62
Hex 7 CA 3E

RGB Percentages of Color #07ca3e

%2.58
%74.54
%22.88

CMYK Percentages of Color #07ca3e

%97
%0
%69
%21

Triadic Colors of #07ca3e

#07ca3e #3e07ca #ca3e07

Analogous Colors of #07ca3e

#07ca3e #07caa0 #32ca07

Monochromatic Colors of #07ca3e

#07ca3e

Complementary Color

#07ca3e #ca0793

#07ca3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ca3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ca3e Color CSS Codes

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

#07ca3e Text Font Color

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

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


#07ca3e Background Color

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

This div background color is #07ca3e


#07ca3e Border Color

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

This div border color is #07ca3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ca3e


Comments

No comments written yet.

Please login to write comment.