Color Hex Logo

#bee49b Color Hex

#BEE49B
(190,228,155)
0 Favorites   0 Comments

Color spaces of #bee49b

RGB 190228155
HSL0.250.570.75
HSV91°32°89°
CMYK 0.170.000.32   0.11
XYZ54.895068.800541.3969
Yxy68.80050.33250.4167
Hunter Lab82.9461-27.021528.4717
CIE-Lab86.4052-25.010431.6726

#bee49b color RGB value is (190,228,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 10011011
Octal 276 344 233
Decimal 190 228 155
Hex BE E4 9B

RGB Percentages of Color #bee49b

%33.16
%39.79
%27.05

CMYK Percentages of Color #bee49b

%17
%0
%32
%11

Triadic Colors of #bee49b

#bee49b #9bbee4 #e49bbe

Analogous Colors of #bee49b

#bee49b #9be49d #e3e49b

Monochromatic Colors of #bee49b

#bee49b

Complementary Color

#bee49b #c19be4

#bee49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee49b Color CSS Codes

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

#bee49b Text Font Color

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

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


#bee49b Background Color

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

This div background color is #bee49b


#bee49b Border Color

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

This div border color is #bee49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee49b


Comments

No comments written yet.

Please login to write comment.