Color Hex Logo

#83cd44 Color Hex

#83CD44
(131,205,68)
0 Favorites   0 Comments

Color spaces of #83cd44

RGB 13120568
HSL0.260.580.54
HSV92°67°80°
CMYK 0.360.000.67   0.20
XYZ32.234848.905313.2096
Yxy48.90530.34170.5183
Hunter Lab69.9323-40.103337.7533
CIE-Lab75.3924-45.248558.5644

#83cd44 color RGB value is (131,205,68).

#83cd44 hex color red value is 131, green value is 205 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #83cd44 hue: 0.26 , saturation: 0.58 and the lightness value of 83cd44 is 0.54.

The process color (four color CMYK) of #83cd44 color hex is 0.36, 0.00, 0.67, 0.20. Web safe color of #83cd44 is #99cc33. Color #83cd44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001101 01000100
Octal 203 315 104
Decimal 131 205 68
Hex 83 CD 44

RGB Percentages of Color #83cd44

%32.43
%50.74
%16.83

CMYK Percentages of Color #83cd44

%36
%0
%67
%20

Triadic Colors of #83cd44

#83cd44 #4483cd #cd4483

Analogous Colors of #83cd44

#83cd44 #44cd49 #c8cd44

Monochromatic Colors of #83cd44

#83cd44

Complementary Color

#83cd44 #8e44cd

#83cd44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cd44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cd44 Color CSS Codes

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

#83cd44 Text Font Color

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

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


#83cd44 Background Color

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

This div background color is #83cd44


#83cd44 Border Color

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

This div border color is #83cd44


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,205,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83cd44; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83cd44;
  -webkit-box-shadow: 1px 1px 3px 2px #83cd44;
  box-shadow:         1px 1px 3px 2px #83cd44; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cd44


Comments

No comments written yet.

Please login to write comment.