Color Hex Logo

#befb9a Color Hex

#BEFB9A
(190,251,154)
0 Favorites   0 Comments

Color spaces of #befb9a

RGB 190251154
HSL0.270.920.79
HSV98°39°98°
CMYK 0.240.000.39   0.02
XYZ61.565182.274643.2076
Yxy82.27460.32910.4399
Hunter Lab90.7053-37.579835.2509
CIE-Lab92.6959-35.901440.4363

#befb9a color RGB value is (190,251,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 10011010
Octal 276 373 232
Decimal 190 251 154
Hex BE FB 9A

RGB Percentages of Color #befb9a

%31.93
%42.18
%25.88

CMYK Percentages of Color #befb9a

%24
%0
%39
%2

Triadic Colors of #befb9a

#befb9a #9abefb #fb9abe

Analogous Colors of #befb9a

#befb9a #9afba7 #effb9a

Monochromatic Colors of #befb9a

#befb9a

Complementary Color

#befb9a #d79afb

#befb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#befb9a Color CSS Codes

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

#befb9a Text Font Color

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

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


#befb9a Background Color

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

This div background color is #befb9a


#befb9a Border Color

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

This div border color is #befb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befb9a


Comments

No comments written yet.

Please login to write comment.