Color Hex Logo

#befe96 Color Hex

#BEFE96
(190,254,150)
0 Favorites   0 Comments

Color spaces of #befe96

RGB 190254150
HSL0.270.980.79
HSV97°41°100°
CMYK 0.250.000.41   0.00
XYZ62.182084.032841.7968
Yxy84.03280.33070.4470
Hunter Lab91.6694-39.339837.1352
CIE-Lab93.4647-37.775143.3792

#befe96 color RGB value is (190,254,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 10010110
Octal 276 376 226
Decimal 190 254 150
Hex BE FE 96

RGB Percentages of Color #befe96

%31.99
%42.76
%25.25

CMYK Percentages of Color #befe96

%25
%0
%41
%0

Triadic Colors of #befe96

#befe96 #96befe #fe96be

Analogous Colors of #befe96

#befe96 #96fea2 #f2fe96

Monochromatic Colors of #befe96

#befe96

Complementary Color

#befe96 #d696fe

#befe96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befe96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befe96 Color CSS Codes

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

#befe96 Text Font Color

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

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


#befe96 Background Color

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

This div background color is #befe96


#befe96 Border Color

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

This div border color is #befe96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befe96


Comments

No comments written yet.

Please login to write comment.