Color Hex Logo

#bee96b Color Hex

#BEE96B
(190,233,107)
0 Favorites   0 Comments

Color spaces of #bee96b

RGB 190233107
HSL0.220.740.67
HSV80°54°91°
CMYK 0.180.000.54   0.09
XYZ53.028070.286524.6817
Yxy70.28650.35830.4749
Hunter Lab83.8370-33.811341.2309
CIE-Lab87.1372-32.940855.8765

#bee96b color RGB value is (190,233,107).

#bee96b hex color red value is 190, green value is 233 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bee96b hue: 0.22 , saturation: 0.74 and the lightness value of bee96b is 0.67.

The process color (four color CMYK) of #bee96b color hex is 0.18, 0.00, 0.54, 0.09. Web safe color of #bee96b is #ccff66. Color #bee96b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101001 01101011
Octal 276 351 153
Decimal 190 233 107
Hex BE E9 6B

RGB Percentages of Color #bee96b

%35.85
%43.96
%20.19

CMYK Percentages of Color #bee96b

%18
%0
%54
%9

Triadic Colors of #bee96b

#bee96b #6bbee9 #e96bbe

Analogous Colors of #bee96b

#bee96b #7fe96b #e9d56b

Monochromatic Colors of #bee96b

#bee96b

Complementary Color

#bee96b #966be9

#bee96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee96b Color CSS Codes

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

#bee96b Text Font Color

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

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


#bee96b Background Color

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

This div background color is #bee96b


#bee96b Border Color

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

This div border color is #bee96b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,233,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 #bee96b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee96b


Comments

No comments written yet.

Please login to write comment.