Color Hex Logo

#bee1be Color Hex

#BEE1BE
(190,225,190)
0 Favorites   0 Comments

Color spaces of #bee1be

RGB 190225190
HSL0.330.370.81
HSV120°16°88°
CMYK 0.160.000.16   0.12
XYZ57.454768.515358.9118
Yxy68.51530.31080.3706
Hunter Lab82.7740-20.954815.7440
CIE-Lab86.2635-18.025813.3452

#bee1be color RGB value is (190,225,190).

#bee1be hex color red value is 190, green value is 225 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bee1be hue: 0.33 , saturation: 0.37 and the lightness value of bee1be is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 10111110
Octal 276 341 276
Decimal 190 225 190
Hex BE E1 BE

RGB Percentages of Color #bee1be

%31.40
%37.19
%31.40

CMYK Percentages of Color #bee1be

%16
%0
%16
%12

Triadic Colors of #bee1be

#bee1be #bebee1 #e1bebe

Analogous Colors of #bee1be

#bee1be #bee1d0 #d0e1be

Monochromatic Colors of #bee1be

#bee1be

Complementary Color

#bee1be #e1bee1

#bee1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee1be Color CSS Codes

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

#bee1be Text Font Color

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

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


#bee1be Background Color

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

This div background color is #bee1be


#bee1be Border Color

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

This div border color is #bee1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee1be


Comments

No comments written yet.

Please login to write comment.