Color Hex Logo

#bee097 Color Hex

#BEE097
(190,224,151)
0 Favorites   0 Comments

Color spaces of #bee097

RGB 190224151
HSL0.240.540.74
HSV88°33°88°
CMYK 0.150.000.33   0.12
XYZ53.476866.492839.2940
Yxy66.49280.33580.4175
Hunter Lab81.5431-25.638428.5095
CIE-Lab85.2472-23.636232.1721

#bee097 color RGB value is (190,224,151).

#bee097 hex color red value is 190, green value is 224 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bee097 hue: 0.24 , saturation: 0.54 and the lightness value of bee097 is 0.74.

The process color (four color CMYK) of #bee097 color hex is 0.15, 0.00, 0.33, 0.12. Web safe color of #bee097 is #cccc99. Color #bee097 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 10010111
Octal 276 340 227
Decimal 190 224 151
Hex BE E0 97

RGB Percentages of Color #bee097

%33.63
%39.65
%26.73

CMYK Percentages of Color #bee097

%15
%0
%33
%12

Triadic Colors of #bee097

#bee097 #97bee0 #e097be

Analogous Colors of #bee097

#bee097 #9ae097 #e0de97

Monochromatic Colors of #bee097

#bee097

Complementary Color

#bee097 #b997e0

#bee097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee097 Color CSS Codes

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

#bee097 Text Font Color

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

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


#bee097 Background Color

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

This div background color is #bee097


#bee097 Border Color

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

This div border color is #bee097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee097


Comments

No comments written yet.

Please login to write comment.