Color Hex Logo

#bee39b Color Hex

#BEE39B
(190,227,155)
0 Favorites   0 Comments

Color spaces of #bee39b

RGB 190227155
HSL0.250.560.75
HSV91°32°89°
CMYK 0.160.000.32   0.11
XYZ54.620768.251941.3055
Yxy68.25190.33270.4157
Hunter Lab82.6147-26.560528.1866
CIE-Lab86.1323-24.528831.3087

#bee39b color RGB value is (190,227,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100011 10011011
Octal 276 343 233
Decimal 190 227 155
Hex BE E3 9B

RGB Percentages of Color #bee39b

%33.22
%39.69
%27.10

CMYK Percentages of Color #bee39b

%16
%0
%32
%11

Triadic Colors of #bee39b

#bee39b #9bbee3 #e39bbe

Analogous Colors of #bee39b

#bee39b #9be39c #e2e39b

Monochromatic Colors of #bee39b

#bee39b

Complementary Color

#bee39b #c09be3

#bee39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee39b Color CSS Codes

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

#bee39b Text Font Color

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

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


#bee39b Background Color

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

This div background color is #bee39b


#bee39b Border Color

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

This div border color is #bee39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee39b


Comments

No comments written yet.

Please login to write comment.