Color Hex Logo

#bee2ce Color Hex

#BEE2CE
(190,226,206)
0 Favorites   0 Comments

Color spaces of #bee2ce

RGB 190226206
HSL0.410.380.82
HSV147°16°89°
CMYK 0.160.000.09   0.11
XYZ59.572169.796168.7247
Yxy69.79610.30070.3523
Hunter Lab83.5441-18.92059.7079
CIE-Lab86.8968-15.62465.8489

#bee2ce color RGB value is (190,226,206).

#bee2ce hex color red value is 190, green value is 226 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bee2ce hue: 0.41 , saturation: 0.38 and the lightness value of bee2ce is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100010 11001110
Octal 276 342 316
Decimal 190 226 206
Hex BE E2 CE

RGB Percentages of Color #bee2ce

%30.55
%36.33
%33.12

CMYK Percentages of Color #bee2ce

%16
%0
%9
%11

Triadic Colors of #bee2ce

#bee2ce #cebee2 #e2cebe

Analogous Colors of #bee2ce

#bee2ce #bee2e0 #c0e2be

Monochromatic Colors of #bee2ce

#bee2ce

Complementary Color

#bee2ce #e2bed2

#bee2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee2ce Color CSS Codes

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

#bee2ce Text Font Color

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

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


#bee2ce Background Color

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

This div background color is #bee2ce


#bee2ce Border Color

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

This div border color is #bee2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee2ce

#bee2ce Color Palettes


Comments

No comments written yet.

Please login to write comment.