Color Hex Logo

#befc4f Color Hex

#BEFC4F
(190,252,79)
0 Favorites   0 Comments

Color spaces of #befc4f

RGB 19025279
HSL0.230.970.65
HSV82°69°99°
CMYK 0.250.000.69   0.01
XYZ57.456981.132520.0290
Yxy81.13250.36220.5115
Hunter Lab90.0736-43.765749.8676
CIE-Lab92.1906-43.568572.7912

#befc4f color RGB value is (190,252,79).

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

The process color (four color CMYK) of #befc4f color hex is 0.25, 0.00, 0.69, 0.01. Web safe color of #befc4f is #ccff66. Color #befc4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 01001111
Octal 276 374 117
Decimal 190 252 79
Hex BE FC 4F

RGB Percentages of Color #befc4f

%36.47
%48.37
%15.16

CMYK Percentages of Color #befc4f

%25
%0
%69
%1

Triadic Colors of #befc4f

#befc4f #4fbefc #fc4fbe

Analogous Colors of #befc4f

#befc4f #68fc4f #fce44f

Monochromatic Colors of #befc4f

#befc4f

Complementary Color

#befc4f #8d4ffc

#befc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc4f Color CSS Codes

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

#befc4f Text Font Color

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

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


#befc4f Background Color

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

This div background color is #befc4f


#befc4f Border Color

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

This div border color is #befc4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,252,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 #befc4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc4f


Comments

No comments written yet.

Please login to write comment.