Color Hex Logo

#bee2bb Color Hex

#BEE2BB
(190,226,187)
0 Favorites   0 Comments

Color spaces of #bee2bb

RGB 190226187
HSL0.320.400.81
HSV115°17°89°
CMYK 0.160.000.17   0.11
XYZ57.401268.927757.2927
Yxy68.92770.31260.3754
Hunter Lab83.0227-21.876317.2008
CIE-Lab86.4682-19.039715.2051

#bee2bb color RGB value is (190,226,187).

#bee2bb hex color red value is 190, green value is 226 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bee2bb hue: 0.32 , saturation: 0.40 and the lightness value of bee2bb is 0.81.

The process color (four color CMYK) of #bee2bb color hex is 0.16, 0.00, 0.17, 0.11. Web safe color of #bee2bb is #cccccc. Color #bee2bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100010 10111011
Octal 276 342 273
Decimal 190 226 187
Hex BE E2 BB

RGB Percentages of Color #bee2bb

%31.51
%37.48
%31.01

CMYK Percentages of Color #bee2bb

%16
%0
%17
%11

Triadic Colors of #bee2bb

#bee2bb #bbbee2 #e2bbbe

Analogous Colors of #bee2bb

#bee2bb #bbe2cc #d2e2bb

Monochromatic Colors of #bee2bb

#bee2bb

Complementary Color

#bee2bb #dfbbe2

#bee2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee2bb Color CSS Codes

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

#bee2bb Text Font Color

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

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


#bee2bb Background Color

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

This div background color is #bee2bb


#bee2bb Border Color

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

This div border color is #bee2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee2bb


Comments

No comments written yet.

Please login to write comment.