Color Hex Logo

#beef7c Color Hex

#BEEF7C
(190,239,124)
0 Favorites   0 Comments

Color spaces of #beef7c

RGB 190239124
HSL0.240.780.71
HSV86°48°94°
CMYK 0.210.000.48   0.06
XYZ55.739874.135430.4405
Yxy74.13540.34770.4624
Hunter Lab86.1019-35.122839.3099
CIE-Lab88.9864-34.011550.2353

#beef7c color RGB value is (190,239,124).

#beef7c hex color red value is 190, green value is 239 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #beef7c hue: 0.24 , saturation: 0.78 and the lightness value of beef7c is 0.71.

The process color (four color CMYK) of #beef7c color hex is 0.21, 0.00, 0.48, 0.06. Web safe color of #beef7c is #ccff66. Color #beef7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 01111100
Octal 276 357 174
Decimal 190 239 124
Hex BE EF 7C

RGB Percentages of Color #beef7c

%34.36
%43.22
%22.42

CMYK Percentages of Color #beef7c

%21
%0
%48
%6

Triadic Colors of #beef7c

#beef7c #7cbeef #ef7cbe

Analogous Colors of #beef7c

#beef7c #85ef7c #efe77c

Monochromatic Colors of #beef7c

#beef7c

Complementary Color

#beef7c #ad7cef

#beef7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beef7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#beef7c Color CSS Codes

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

#beef7c Text Font Color

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

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


#beef7c Background Color

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

This div background color is #beef7c


#beef7c Border Color

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

This div border color is #beef7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beef7c


Comments

No comments written yet.

Please login to write comment.