Color Hex Logo

#bee699 Color Hex

#BEE699
(190,230,153)
0 Favorites   0 Comments

Color spaces of #bee699

RGB 190230153
HSL0.250.610.75
HSV91°33°90°
CMYK 0.170.000.33   0.10
XYZ55.281869.840740.7039
Yxy69.84070.33340.4212
Hunter Lab83.5707-28.171629.6218
CIE-Lab86.9187-26.248233.3710

#bee699 color RGB value is (190,230,153).

#bee699 hex color red value is 190, green value is 230 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bee699 hue: 0.25 , saturation: 0.61 and the lightness value of bee699 is 0.75.

The process color (four color CMYK) of #bee699 color hex is 0.17, 0.00, 0.33, 0.10. Web safe color of #bee699 is #ccff99. Color #bee699 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100110 10011001
Octal 276 346 231
Decimal 190 230 153
Hex BE E6 99

RGB Percentages of Color #bee699

%33.16
%40.14
%26.70

CMYK Percentages of Color #bee699

%17
%0
%33
%10

Triadic Colors of #bee699

#bee699 #99bee6 #e699be

Analogous Colors of #bee699

#bee699 #99e69b #e5e699

Monochromatic Colors of #bee699

#bee699

Complementary Color

#bee699 #c199e6

#bee699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee699 Color CSS Codes

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

#bee699 Text Font Color

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

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


#bee699 Background Color

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

This div background color is #bee699


#bee699 Border Color

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

This div border color is #bee699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee699


Comments

No comments written yet.

Please login to write comment.