Color Hex Logo

#bef95b Color Hex

#BEF95B
(190,249,91)
0 Favorites   0 Comments

Color spaces of #bef95b

RGB 19024991
HSL0.230.930.67
HSV82°63°98°
CMYK 0.240.000.63   0.02
XYZ56.999279.453822.2295
Yxy79.45380.35920.5007
Hunter Lab89.1369-41.846447.6097
CIE-Lab91.4392-41.455367.4741

#bef95b color RGB value is (190,249,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 01011011
Octal 276 371 133
Decimal 190 249 91
Hex BE F9 5B

RGB Percentages of Color #bef95b

%35.85
%46.98
%17.17

CMYK Percentages of Color #bef95b

%24
%0
%63
%2

Triadic Colors of #bef95b

#bef95b #5bbef9 #f95bbe

Analogous Colors of #bef95b

#bef95b #6ff95b #f9e55b

Monochromatic Colors of #bef95b

#bef95b

Complementary Color

#bef95b #965bf9

#bef95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef95b Color CSS Codes

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

#bef95b Text Font Color

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

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


#bef95b Background Color

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

This div background color is #bef95b


#bef95b Border Color

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

This div border color is #bef95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef95b


Comments

No comments written yet.

Please login to write comment.