Color Hex Logo

#bee096 Color Hex

#BEE096
(190,224,150)
0 Favorites   0 Comments

Color spaces of #bee096

RGB 190224150
HSL0.240.540.73
HSV88°33°88°
CMYK 0.150.000.33   0.12
XYZ53.395966.460538.8681
Yxy66.46050.33640.4187
Hunter Lab81.5233-25.752428.7985
CIE-Lab85.2308-23.773832.6602

#bee096 color RGB value is (190,224,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 10010110
Octal 276 340 226
Decimal 190 224 150
Hex BE E0 96

RGB Percentages of Color #bee096

%33.69
%39.72
%26.60

CMYK Percentages of Color #bee096

%15
%0
%33
%12

Triadic Colors of #bee096

#bee096 #96bee0 #e096be

Analogous Colors of #bee096

#bee096 #99e096 #e0dd96

Monochromatic Colors of #bee096

#bee096

Complementary Color

#bee096 #b896e0

#bee096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee096 Color CSS Codes

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

#bee096 Text Font Color

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

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


#bee096 Background Color

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

This div background color is #bee096


#bee096 Border Color

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

This div border color is #bee096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee096


Comments

No comments written yet.

Please login to write comment.