Color Hex Logo

#92dc47 Color Hex

#92DC47
(146,220,71)
0 Favorites   0 Comments

Color spaces of #92dc47

RGB 14622071
HSL0.250.680.57
HSV90°68°86°
CMYK 0.340.000.68   0.14
XYZ38.584657.752315.0749
Yxy57.75230.34630.5184
Hunter Lab75.9949-42.362141.4353
CIE-Lab80.6009-46.161463.0879

#92dc47 color RGB value is (146,220,71).

#92dc47 hex color red value is 146, green value is 220 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #92dc47 hue: 0.25 , saturation: 0.68 and the lightness value of 92dc47 is 0.57.

The process color (four color CMYK) of #92dc47 color hex is 0.34, 0.00, 0.68, 0.14. Web safe color of #92dc47 is #99cc33. Color #92dc47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 11011100 01000111
Octal 222 334 107
Decimal 146 220 71
Hex 92 DC 47

RGB Percentages of Color #92dc47

%33.41
%50.34
%16.25

CMYK Percentages of Color #92dc47

%34
%0
%68
%14

Triadic Colors of #92dc47

#92dc47 #4792dc #dc4792

Analogous Colors of #92dc47

#92dc47 #47dc47 #dcdc47

Monochromatic Colors of #92dc47

#92dc47

Complementary Color

#92dc47 #9147dc

#92dc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92dc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#92dc47 Color CSS Codes

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

#92dc47 Text Font Color

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

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


#92dc47 Background Color

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

This div background color is #92dc47


#92dc47 Border Color

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

This div border color is #92dc47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,220,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #92dc47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #92dc47;
  -webkit-box-shadow: 1px 1px 3px 2px #92dc47;
  box-shadow:         1px 1px 3px 2px #92dc47; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92dc47


Comments

No comments written yet.

Please login to write comment.