Color Hex Logo

#bef961 Color Hex

#BEF961
(190,249,97)
0 Favorites   0 Comments

Color spaces of #bef961

RGB 19024997
HSL0.230.930.68
HSV83°61°98°
CMYK 0.240.000.61   0.02
XYZ57.268679.561623.6478
Yxy79.56160.35690.4958
Hunter Lab89.1973-41.490446.7193
CIE-Lab91.4878-41.001465.1047

#bef961 color RGB value is (190,249,97).

#bef961 hex color red value is 190, green value is 249 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bef961 hue: 0.23 , saturation: 0.93 and the lightness value of bef961 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 01100001
Octal 276 371 141
Decimal 190 249 97
Hex BE F9 61

RGB Percentages of Color #bef961

%35.45
%46.46
%18.10

CMYK Percentages of Color #bef961

%24
%0
%61
%2

Triadic Colors of #bef961

#bef961 #61bef9 #f961be

Analogous Colors of #bef961

#bef961 #72f961 #f9e861

Monochromatic Colors of #bef961

#bef961

Complementary Color

#bef961 #9c61f9

#bef961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef961 Color CSS Codes

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

#bef961 Text Font Color

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

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


#bef961 Background Color

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

This div background color is #bef961


#bef961 Border Color

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

This div border color is #bef961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef961


Comments

No comments written yet.

Please login to write comment.