Color Hex Logo

#beef98 Color Hex

#BEEF98
(190,239,152)
0 Favorites   0 Comments

Color spaces of #beef98

RGB 190239152
HSL0.260.730.77
HSV94°36°94°
CMYK 0.210.000.36   0.06
XYZ57.769274.947241.1273
Yxy74.94720.33230.4311
Hunter Lab86.5721-32.388732.4339
CIE-Lab89.3683-30.638537.0966

#beef98 color RGB value is (190,239,152).

#beef98 hex color red value is 190, green value is 239 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #beef98 hue: 0.26 , saturation: 0.73 and the lightness value of beef98 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 10011000
Octal 276 357 230
Decimal 190 239 152
Hex BE EF 98

RGB Percentages of Color #beef98

%32.70
%41.14
%26.16

CMYK Percentages of Color #beef98

%21
%0
%36
%6

Triadic Colors of #beef98

#beef98 #98beef #ef98be

Analogous Colors of #beef98

#beef98 #98ef9e #eaef98

Monochromatic Colors of #beef98

#beef98

Complementary Color

#beef98 #c998ef

#beef98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beef98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beef98 Color CSS Codes

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

#beef98 Text Font Color

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

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


#beef98 Background Color

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

This div background color is #beef98


#beef98 Border Color

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

This div border color is #beef98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beef98


Comments

No comments written yet.

Please login to write comment.