Color Hex Logo

#07b548 Color Hex

#07B548
(7,181,72)
0 Favorites   0 Comments

Color spaces of #07b548

RGB 718172
HSL0.400.930.37
HSV142°96°71°
CMYK 0.960.000.60   0.29
XYZ17.781233.560811.6716
Yxy33.56080.28220.5326
Hunter Lab57.9317-46.592728.6069
CIE-Lab64.6124-61.503743.9804

#07b548 color RGB value is (7,181,72).

#07b548 hex color red value is 7, green value is 181 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #07b548 hue: 0.40 , saturation: 0.93 and the lightness value of 07b548 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10110101 01001000
Octal 7 265 110
Decimal 7 181 72
Hex 7 B5 48

RGB Percentages of Color #07b548

%2.69
%69.62
%27.69

CMYK Percentages of Color #07b548

%96
%0
%60
%29

Triadic Colors of #07b548

#07b548 #4807b5 #b54807

Analogous Colors of #07b548

#07b548 #07b59f #1db507

Monochromatic Colors of #07b548

#07b548

Complementary Color

#07b548 #b50774

#07b548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07b548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07b548 Color CSS Codes

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

#07b548 Text Font Color

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

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


#07b548 Background Color

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

This div background color is #07b548


#07b548 Border Color

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

This div border color is #07b548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07b548


Comments

No comments written yet.

Please login to write comment.