Color Hex Logo

#bee96d Color Hex

#BEE96D
(190,233,109)
0 Favorites   0 Comments

Color spaces of #bee96d

RGB 190233109
HSL0.220.740.67
HSV81°53°91°
CMYK 0.180.000.53   0.09
XYZ53.134470.329125.2424
Yxy70.32910.35730.4729
Hunter Lab83.8624-33.663540.8576
CIE-Lab87.1580-32.755554.9959

#bee96d color RGB value is (190,233,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101001 01101101
Octal 276 351 155
Decimal 190 233 109
Hex BE E9 6D

RGB Percentages of Color #bee96d

%35.71
%43.80
%20.49

CMYK Percentages of Color #bee96d

%18
%0
%53
%9

Triadic Colors of #bee96d

#bee96d #6dbee9 #e96dbe

Analogous Colors of #bee96d

#bee96d #80e96d #e9d66d

Monochromatic Colors of #bee96d

#bee96d

Complementary Color

#bee96d #986de9

#bee96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee96d Color CSS Codes

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

#bee96d Text Font Color

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

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


#bee96d Background Color

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

This div background color is #bee96d


#bee96d Border Color

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

This div border color is #bee96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee96d


Comments

No comments written yet.

Please login to write comment.