Color Hex Logo

#92dd3c Color Hex

#92DD3C
(146,221,60)
0 Favorites   0 Comments

Color spaces of #92dd3c

RGB 14622160
HSL0.240.700.55
HSV88°73°87°
CMYK 0.340.000.73   0.13
XYZ38.526158.150113.4685
Yxy58.15010.34980.5279
Hunter Lab76.2562-43.266842.9074
CIE-Lab80.8222-47.302467.2835

#92dd3c color RGB value is (146,221,60).

#92dd3c hex color red value is 146, green value is 221 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #92dd3c hue: 0.24 , saturation: 0.70 and the lightness value of 92dd3c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 11011101 00111100
Octal 222 335 74
Decimal 146 221 60
Hex 92 DD 3C

RGB Percentages of Color #92dd3c

%34.19
%51.76
%14.05

CMYK Percentages of Color #92dd3c

%34
%0
%73
%13

Triadic Colors of #92dd3c

#92dd3c #3c92dd #dd3c92

Analogous Colors of #92dd3c

#92dd3c #42dd3c #ddd83c

Monochromatic Colors of #92dd3c

#92dd3c

Complementary Color

#92dd3c #873cdd

#92dd3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92dd3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#92dd3c Color CSS Codes

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

#92dd3c Text Font Color

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

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


#92dd3c Background Color

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

This div background color is #92dd3c


#92dd3c Border Color

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

This div border color is #92dd3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92dd3c


Comments

No comments written yet.

Please login to write comment.