Color Hex Logo

#bef96b Color Hex

#BEF96B
(190,249,107)
0 Favorites   0 Comments

Color spaces of #bef96b

RGB 190249107
HSL0.240.920.70
HSV85°57°98°
CMYK 0.240.000.57   0.02
XYZ57.764779.760026.2606
Yxy79.76000.35270.4870
Hunter Lab89.3085-40.836045.0821
CIE-Lab91.5771-40.170260.9847

#bef96b color RGB value is (190,249,107).

#bef96b hex color red value is 190, green value is 249 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bef96b hue: 0.24 , saturation: 0.92 and the lightness value of bef96b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 01101011
Octal 276 371 153
Decimal 190 249 107
Hex BE F9 6B

RGB Percentages of Color #bef96b

%34.80
%45.60
%19.60

CMYK Percentages of Color #bef96b

%24
%0
%57
%2

Triadic Colors of #bef96b

#bef96b #6bbef9 #f96bbe

Analogous Colors of #bef96b

#bef96b #77f96b #f9ed6b

Monochromatic Colors of #bef96b

#bef96b

Complementary Color

#bef96b #a66bf9

#bef96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef96b Color CSS Codes

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

#bef96b Text Font Color

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

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


#bef96b Background Color

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

This div background color is #bef96b


#bef96b Border Color

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

This div border color is #bef96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef96b


Comments

No comments written yet.

Please login to write comment.