Color Hex Logo

#048207 Color Hex

#048207
(4,130,7)
0 Favorites   0 Comments

Color spaces of #048207

RGB 41307
HSL0.340.940.26
HSV121°97°51°
CMYK 0.970.000.95   0.49
XYZ8.071116.00642.8652
Yxy16.00640.29960.5941
Hunter Lab40.0080-34.003923.7595
CIE-Lab46.9829-51.708149.1033

#048207 color RGB value is (4,130,7).

#048207 hex color red value is 4, green value is 130 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #048207 hue: 0.34 , saturation: 0.94 and the lightness value of 048207 is 0.26.

The process color (four color CMYK) of #048207 color hex is 0.97, 0.00, 0.95, 0.49. Web safe color of #048207 is #009900. Color #048207 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000010 00000111
Octal 4 202 7
Decimal 4 130 7
Hex 4 82 7

RGB Percentages of Color #048207

%2.84
%92.20
%4.96

CMYK Percentages of Color #048207

%97
%0
%95
%49

Triadic Colors of #048207

#048207 #070482 #820704

Analogous Colors of #048207

#048207 #048246 #408204

Monochromatic Colors of #048207

#048207

Complementary Color

#048207 #82047f

#048207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048207 Color CSS Codes

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

#048207 Text Font Color

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

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


#048207 Background Color

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

This div background color is #048207


#048207 Border Color

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

This div border color is #048207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048207

#048207 Color Palettes


Comments

No comments written yet.

Please login to write comment.