Color Hex Logo

#bee091 Color Hex

#BEE091
(190,224,145)
0 Favorites   0 Comments

Color spaces of #bee091

RGB 190224145
HSL0.240.560.72
HSV86°35°88°
CMYK 0.150.000.35   0.12
XYZ53.001766.302836.7923
Yxy66.30280.33950.4248
Hunter Lab81.4265-26.308230.2086
CIE-Lab85.1506-24.446135.0941

#bee091 color RGB value is (190,224,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 10010001
Octal 276 340 221
Decimal 190 224 145
Hex BE E0 91

RGB Percentages of Color #bee091

%33.99
%40.07
%25.94

CMYK Percentages of Color #bee091

%15
%0
%35
%12

Triadic Colors of #bee091

#bee091 #91bee0 #e091be

Analogous Colors of #bee091

#bee091 #97e091 #e0db91

Monochromatic Colors of #bee091

#bee091

Complementary Color

#bee091 #b391e0

#bee091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee091 Color CSS Codes

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

#bee091 Text Font Color

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

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


#bee091 Background Color

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

This div background color is #bee091


#bee091 Border Color

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

This div border color is #bee091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee091


Comments

No comments written yet.

Please login to write comment.