Color Hex Logo

#befb86 Color Hex

#BEFB86
(190,251,134)
0 Favorites   0 Comments

Color spaces of #befb86

RGB 190251134
HSL0.250.940.75
HSV91°47°98°
CMYK 0.240.000.47   0.02
XYZ60.035581.662735.1525
Yxy81.66270.33950.4618
Hunter Lab90.3674-39.556740.1937
CIE-Lab92.4258-38.349949.7385

#befb86 color RGB value is (190,251,134).

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

The process color (four color CMYK) of #befb86 color hex is 0.24, 0.00, 0.47, 0.02. Web safe color of #befb86 is #ccff99. Color #befb86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 10000110
Octal 276 373 206
Decimal 190 251 134
Hex BE FB 86

RGB Percentages of Color #befb86

%33.04
%43.65
%23.30

CMYK Percentages of Color #befb86

%24
%0
%47
%2

Triadic Colors of #befb86

#befb86 #86befb #fb86be

Analogous Colors of #befb86

#befb86 #86fb89 #f9fb86

Monochromatic Colors of #befb86

#befb86

Complementary Color

#befb86 #c386fb

#befb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befb86 Color CSS Codes

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

#befb86 Text Font Color

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

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


#befb86 Background Color

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

This div background color is #befb86


#befb86 Border Color

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

This div border color is #befb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befb86

Related Colors


Comments

No comments written yet.

Please login to write comment.