Color Hex Logo

#07ba1d Color Hex

#07BA1D
(7,186,29)
0 Favorites   0 Comments

Color spaces of #07ba1d

RGB 718629
HSL0.350.930.38
HSV127°96°73°
CMYK 0.960.000.84   0.27
XYZ17.868335.25177.0249
Yxy35.25170.29710.5861
Hunter Lab59.3731-50.183634.5461
CIE-Lab65.9442-66.777761.0678

#07ba1d color RGB value is (7,186,29).

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

The process color (four color CMYK) of #07ba1d color hex is 0.96, 0.00, 0.84, 0.27. Web safe color of #07ba1d is #00cc33. Color #07ba1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10111010 00011101
Octal 7 272 35
Decimal 7 186 29
Hex 7 BA 1D

RGB Percentages of Color #07ba1d

%3.15
%83.78
%13.06

CMYK Percentages of Color #07ba1d

%96
%0
%84
%27

Triadic Colors of #07ba1d

#07ba1d #1d07ba #ba1d07

Analogous Colors of #07ba1d

#07ba1d #07ba77 #4aba07

Monochromatic Colors of #07ba1d

#07ba1d

Complementary Color

#07ba1d #ba07a4

#07ba1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ba1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ba1d Color CSS Codes

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

#07ba1d Text Font Color

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

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


#07ba1d Background Color

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

This div background color is #07ba1d


#07ba1d Border Color

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

This div border color is #07ba1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ba1d


Comments

No comments written yet.

Please login to write comment.