Color Hex Logo

#bee886 Color Hex

#BEE886
(190,232,134)
0 Favorites   0 Comments

Color spaces of #bee886

RGB 190232134
HSL0.240.680.72
HSV86°42°91°
CMYK 0.180.000.42   0.09
XYZ54.394970.381633.2724
Yxy70.38160.34420.4453
Hunter Lab83.8937-31.078535.2111
CIE-Lab87.1837-29.634543.1914

#bee886 color RGB value is (190,232,134).

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

The process color (four color CMYK) of #bee886 color hex is 0.18, 0.00, 0.42, 0.09. Web safe color of #bee886 is #ccff99. Color #bee886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101000 10000110
Octal 276 350 206
Decimal 190 232 134
Hex BE E8 86

RGB Percentages of Color #bee886

%34.17
%41.73
%24.10

CMYK Percentages of Color #bee886

%18
%0
%42
%9

Triadic Colors of #bee886

#bee886 #86bee8 #e886be

Analogous Colors of #bee886

#bee886 #8de886 #e8e186

Monochromatic Colors of #bee886

#bee886

Complementary Color

#bee886 #b086e8

#bee886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee886 Color CSS Codes

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

#bee886 Text Font Color

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

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


#bee886 Background Color

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

This div background color is #bee886


#bee886 Border Color

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

This div border color is #bee886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee886


Comments

No comments written yet.

Please login to write comment.