Color Hex Logo

#beff96 Color Hex

#BEFF96
(190,255,150)
0 Favorites   0 Comments

Color spaces of #beff96

RGB 190255150
HSL0.271.000.79
HSV97°41°100°
CMYK 0.250.000.41   0.00
XYZ62.500284.669241.9028
Yxy84.66920.33060.4478
Hunter Lab92.0159-39.784737.4112
CIE-Lab93.7404-38.224143.7317

#beff96 color RGB value is (190,255,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 10010110
Octal 276 377 226
Decimal 190 255 150
Hex BE FF 96

RGB Percentages of Color #beff96

%31.93
%42.86
%25.21

CMYK Percentages of Color #beff96

%25
%0
%41
%0

Triadic Colors of #beff96

#beff96 #96beff #ff96be

Analogous Colors of #beff96

#beff96 #96ffa3 #f3ff96

Monochromatic Colors of #beff96

#beff96

Complementary Color

#beff96 #d796ff

#beff96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beff96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beff96 Color CSS Codes

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

#beff96 Text Font Color

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

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


#beff96 Background Color

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

This div background color is #beff96


#beff96 Border Color

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

This div border color is #beff96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beff96


Comments

No comments written yet.

Please login to write comment.