Color Hex Logo

#befd82 Color Hex

#BEFD82
(190,253,130)
0 Favorites   0 Comments

Color spaces of #befd82

RGB 190253130
HSL0.250.970.75
HSV91°49°99°
CMYK 0.250.000.49   0.01
XYZ60.389782.809433.9200
Yxy82.80940.34100.4675
Hunter Lab90.9997-40.792341.5995
CIE-Lab92.9309-39.685252.2321

#befd82 color RGB value is (190,253,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 10000010
Octal 276 375 202
Decimal 190 253 130
Hex BE FD 82

RGB Percentages of Color #befd82

%33.16
%44.15
%22.69

CMYK Percentages of Color #befd82

%25
%0
%49
%1

Triadic Colors of #befd82

#befd82 #82befd #fd82be

Analogous Colors of #befd82

#befd82 #82fd84 #fcfd82

Monochromatic Colors of #befd82

#befd82

Complementary Color

#befd82 #c182fd

#befd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befd82 Color CSS Codes

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

#befd82 Text Font Color

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

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


#befd82 Background Color

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

This div background color is #befd82


#befd82 Border Color

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

This div border color is #befd82


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,253,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 #befd82">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befd82

Related Colors

#befd82 Color Palettes


Comments

No comments written yet.

Please login to write comment.