Color Hex Logo

#83be4b Color Hex

#83BE4B
(131,190,75)
0 Favorites   0 Comments

Color spaces of #83be4b

RGB 13119075
HSL0.250.470.52
HSV91°61°75°
CMYK 0.310.000.61   0.25
XYZ29.043542.160213.2636
Yxy42.16020.34380.4991
Hunter Lab64.9309-33.786233.3403
CIE-Lab70.9812-38.143850.8242

#83be4b color RGB value is (131,190,75).

#83be4b hex color red value is 131, green value is 190 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #83be4b hue: 0.25 , saturation: 0.47 and the lightness value of 83be4b is 0.52.

The process color (four color CMYK) of #83be4b color hex is 0.31, 0.00, 0.61, 0.25. Web safe color of #83be4b is #99cc33. Color #83be4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111110 01001011
Octal 203 276 113
Decimal 131 190 75
Hex 83 BE 4B

RGB Percentages of Color #83be4b

%33.08
%47.98
%18.94

CMYK Percentages of Color #83be4b

%31
%0
%61
%25

Triadic Colors of #83be4b

#83be4b #4b83be #be4b83

Analogous Colors of #83be4b

#83be4b #4bbe4d #bdbe4b

Monochromatic Colors of #83be4b

#83be4b

Complementary Color

#83be4b #864bbe

#83be4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83be4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83be4b Color CSS Codes

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

#83be4b Text Font Color

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

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


#83be4b Background Color

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

This div background color is #83be4b


#83be4b Border Color

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

This div border color is #83be4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83be4b


Comments

No comments written yet.

Please login to write comment.