Color Hex Logo

#befb7c Color Hex

#BEFB7C
(190,251,124)
0 Favorites   0 Comments

Color spaces of #befb7c

RGB 190251124
HSL0.250.940.74
HSV89°51°98°
CMYK 0.240.000.51   0.02
XYZ59.370581.396731.6508
Yxy81.39670.34430.4721
Hunter Lab90.2201-40.421042.3541
CIE-Lab92.3079-39.431854.2513

#befb7c color RGB value is (190,251,124).

#befb7c hex color red value is 190, green value is 251 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #befb7c hue: 0.25 , saturation: 0.94 and the lightness value of befb7c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 01111100
Octal 276 373 174
Decimal 190 251 124
Hex BE FB 7C

RGB Percentages of Color #befb7c

%33.63
%44.42
%21.95

CMYK Percentages of Color #befb7c

%24
%0
%51
%2

Triadic Colors of #befb7c

#befb7c #7cbefb #fb7cbe

Analogous Colors of #befb7c

#befb7c #7ffb7c #fbf97c

Monochromatic Colors of #befb7c

#befb7c

Complementary Color

#befb7c #b97cfb

#befb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#befb7c Color CSS Codes

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

#befb7c Text Font Color

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

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


#befb7c Background Color

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

This div background color is #befb7c


#befb7c Border Color

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

This div border color is #befb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befb7c

Related Colors


Comments

No comments written yet.

Please login to write comment.