Color Hex Logo

#befa5f Color Hex

#BEFA5F
(190,250,95)
0 Favorites   0 Comments

Color spaces of #befa5f

RGB 19025095
HSL0.230.940.68
HSV83°62°98°
CMYK 0.240.000.62   0.02
XYZ57.486480.144623.2661
Yxy80.14460.35730.4981
Hunter Lab89.5235-42.044647.2577
CIE-Lab91.7497-41.595666.2066

#befa5f color RGB value is (190,250,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 01011111
Octal 276 372 137
Decimal 190 250 95
Hex BE FA 5F

RGB Percentages of Color #befa5f

%35.51
%46.73
%17.76

CMYK Percentages of Color #befa5f

%24
%0
%62
%2

Triadic Colors of #befa5f

#befa5f #5fbefa #fa5fbe

Analogous Colors of #befa5f

#befa5f #71fa5f #fae95f

Monochromatic Colors of #befa5f

#befa5f

Complementary Color

#befa5f #9b5ffa

#befa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#befa5f Color CSS Codes

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

#befa5f Text Font Color

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

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


#befa5f Background Color

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

This div background color is #befa5f


#befa5f Border Color

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

This div border color is #befa5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befa5f


Comments

No comments written yet.

Please login to write comment.