Color Hex Logo

#bee499 Color Hex

#BEE499
(190,228,153)
0 Favorites   0 Comments

Color spaces of #bee499

RGB 190228153
HSL0.250.580.75
HSV90°33°89°
CMYK 0.170.000.33   0.11
XYZ54.728468.733940.5195
Yxy68.73390.33370.4192
Hunter Lab82.9059-27.252729.0567
CIE-Lab86.3721-25.289632.6465

#bee499 color RGB value is (190,228,153).

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

The process color (four color CMYK) of #bee499 color hex is 0.17, 0.00, 0.33, 0.11. Web safe color of #bee499 is #cccc99. Color #bee499 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 10011001
Octal 276 344 231
Decimal 190 228 153
Hex BE E4 99

RGB Percentages of Color #bee499

%33.27
%39.93
%26.80

CMYK Percentages of Color #bee499

%17
%0
%33
%11

Triadic Colors of #bee499

#bee499 #99bee4 #e499be

Analogous Colors of #bee499

#bee499 #99e49a #e4e499

Monochromatic Colors of #bee499

#bee499

Complementary Color

#bee499 #bf99e4

#bee499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee499 Color CSS Codes

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

#bee499 Text Font Color

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

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


#bee499 Background Color

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

This div background color is #bee499


#bee499 Border Color

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

This div border color is #bee499


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,228,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 #bee499">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee499


Comments

No comments written yet.

Please login to write comment.