Color Hex Logo

#82c904 Color Hex

#82C904
(130,201,4)
0 Favorites   0 Comments

Color spaces of #82c904

RGB 1302014
HSL0.230.960.40
HSV82°98°79°
CMYK 0.350.000.98   0.21
XYZ30.114546.52797.5084
Yxy46.52790.35790.5529
Hunter Lab68.2114-40.564341.2216
CIE-Lab73.8868-46.578072.9624

#82c904 color RGB value is (130,201,4).

#82c904 hex color red value is 130, green value is 201 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #82c904 hue: 0.23 , saturation: 0.96 and the lightness value of 82c904 is 0.40.

The process color (four color CMYK) of #82c904 color hex is 0.35, 0.00, 0.98, 0.21. Web safe color of #82c904 is #99cc00. Color #82c904 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001001 00000100
Octal 202 311 4
Decimal 130 201 4
Hex 82 C9 4

RGB Percentages of Color #82c904

%38.81
%60.00
%1.19

CMYK Percentages of Color #82c904

%35
%0
%98
%21

Triadic Colors of #82c904

#82c904 #0482c9 #c90482

Analogous Colors of #82c904

#82c904 #20c904 #c9ae04

Monochromatic Colors of #82c904

#82c904

Complementary Color

#82c904 #4b04c9

#82c904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82c904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82c904 Color CSS Codes

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

#82c904 Text Font Color

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

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


#82c904 Background Color

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

This div background color is #82c904


#82c904 Border Color

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

This div border color is #82c904


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,201,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 #82c904">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82c904

#82c904 Color Palettes


Comments

No comments written yet.

Please login to write comment.