Color Hex Logo

#befa4f Color Hex

#BEFA4F
(190,250,79)
0 Favorites   0 Comments

Color spaces of #befa4f

RGB 19025079
HSL0.230.940.65
HSV81°68°98°
CMYK 0.240.000.68   0.02
XYZ56.832179.882919.8207
Yxy79.88290.36310.5103
Hunter Lab89.3772-42.907849.4156
CIE-Lab91.6323-42.699972.2243

#befa4f color RGB value is (190,250,79).

#befa4f hex color red value is 190, green value is 250 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #befa4f hue: 0.23 , saturation: 0.94 and the lightness value of befa4f is 0.65.

The process color (four color CMYK) of #befa4f color hex is 0.24, 0.00, 0.68, 0.02. Web safe color of #befa4f is #ccff66. Color #befa4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 01001111
Octal 276 372 117
Decimal 190 250 79
Hex BE FA 4F

RGB Percentages of Color #befa4f

%36.61
%48.17
%15.22

CMYK Percentages of Color #befa4f

%24
%0
%68
%2

Triadic Colors of #befa4f

#befa4f #4fbefa #fa4fbe

Analogous Colors of #befa4f

#befa4f #69fa4f #fae14f

Monochromatic Colors of #befa4f

#befa4f

Complementary Color

#befa4f #8b4ffa

#befa4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befa4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#befa4f Color CSS Codes

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

#befa4f Text Font Color

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

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


#befa4f Background Color

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

This div background color is #befa4f


#befa4f Border Color

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

This div border color is #befa4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befa4f


Comments

No comments written yet.

Please login to write comment.