color codes Logo

#befa3e color codes

#BEFA3E
(190,250,62)
0 Favorites   0 Comments

Color spaces of #befa3e

RGB 19025062
HSL0.220.950.61
HSV79°75°98°
CMYK 0.240.000.75   0.02
XYZ56.290379.666216.9677
Yxy79.66620.36810.5210
Hunter Lab89.2559-43.624751.2080
CIE-Lab91.5349-43.622977.7789

#befa3e color RGB value is (190,250,62).

#befa3e hex color red value is 190, green value is 250 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #befa3e hue: 0.22 , saturation: 0.95 and the lightness value of befa3e is 0.61.

The process color (four color CMYK) of #befa3e color code is 0.24, 0.00, 0.75, 0.02. Web safe color of #befa3e is #ccff33. Color #befa3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 00111110
Octal 276 372 76
Decimal 190 250 62
Hex BE FA 3E

RGB Percentages of Color #befa3e

%37.85
%49.80
%12.35

CMYK Percentages of Color #befa3e

%24
%0
%75
%2

Triadic Colors of #befa3e

#befa3e #3ebefa #fa3ebe

Analogous Colors of #befa3e

#befa3e #60fa3e #fad83e

Monochromatic Colors of #befa3e

#befa3e

Complementary Color

#befa3e #7a3efa

#befa3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befa3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#befa3e Color CSS Codes

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

#befa3e Text Font Color

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

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


#befa3e Background Color

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

This div background color is #befa3e


#befa3e Border Color

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

This div border color is #befa3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befa3e

Related Colors


Comments

No comments written yet.

Please login to write comment.