Color Hex Logo

#beef92 Color Hex

#BEEF92
(190,239,146)
0 Favorites   0 Comments

Color spaces of #beef92

RGB 190239146
HSL0.250.740.75
HSV92°39°94°
CMYK 0.210.000.39   0.06
XYZ57.290074.755538.6039
Yxy74.75550.33570.4381
Hunter Lab86.4613-33.031534.0506
CIE-Lab89.2783-31.425339.9610

#beef92 color RGB value is (190,239,146).

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

The process color (four color CMYK) of #beef92 color hex is 0.21, 0.00, 0.39, 0.06. Web safe color of #beef92 is #ccff99. Color #beef92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 10010010
Octal 276 357 222
Decimal 190 239 146
Hex BE EF 92

RGB Percentages of Color #beef92

%33.04
%41.57
%25.39

CMYK Percentages of Color #beef92

%21
%0
%39
%6

Triadic Colors of #beef92

#beef92 #92beef #ef92be

Analogous Colors of #beef92

#beef92 #92ef95 #edef92

Monochromatic Colors of #beef92

#beef92

Complementary Color

#beef92 #c392ef

#beef92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beef92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beef92 Color CSS Codes

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

#beef92 Text Font Color

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

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


#beef92 Background Color

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

This div background color is #beef92


#beef92 Border Color

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

This div border color is #beef92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beef92


Comments

No comments written yet.

Please login to write comment.