Color Hex Logo

#beff82 Color Hex

#BEFF82
(190,255,130)
0 Favorites   0 Comments

Color spaces of #beff82

RGB 190255130
HSL0.251.000.75
HSV91°49°100°
CMYK 0.250.000.49   0.00
XYZ61.024584.078934.1316
Yxy84.07890.34050.4691
Hunter Lab91.6945-41.670242.1166
CIE-Lab93.4848-40.571652.9056

#beff82 color RGB value is (190,255,130).

#beff82 hex color red value is 190, green value is 255 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #beff82 hue: 0.25 , saturation: 1.00 and the lightness value of beff82 is 0.75.

The process color (four color CMYK) of #beff82 color hex is 0.25, 0.00, 0.49, 0.00. Web safe color of #beff82 is #ccff99. Color #beff82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 10000010
Octal 276 377 202
Decimal 190 255 130
Hex BE FF 82

RGB Percentages of Color #beff82

%33.04
%44.35
%22.61

CMYK Percentages of Color #beff82

%25
%0
%49
%0

Triadic Colors of #beff82

#beff82 #82beff #ff82be

Analogous Colors of #beff82

#beff82 #82ff85 #fdff82

Monochromatic Colors of #beff82

#beff82

Complementary Color

#beff82 #c382ff

#beff82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beff82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beff82 Color CSS Codes

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

#beff82 Text Font Color

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

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


#beff82 Background Color

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

This div background color is #beff82


#beff82 Border Color

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

This div border color is #beff82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beff82


Comments

No comments written yet.

Please login to write comment.