Color Hex Logo

#bee48b Color Hex

#BEE48B
(190,228,139)
0 Favorites   0 Comments

Color spaces of #bee48b

RGB 190228139
HSL0.240.620.72
HSV86°39°89°
CMYK 0.170.000.39   0.11
XYZ53.638868.298034.7819
Yxy68.29800.34230.4358
Hunter Lab82.6426-28.770032.8964
CIE-Lab86.1552-27.133939.4111

#bee48b color RGB value is (190,228,139).

#bee48b hex color red value is 190, green value is 228 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bee48b hue: 0.24 , saturation: 0.62 and the lightness value of bee48b is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 10001011
Octal 276 344 213
Decimal 190 228 139
Hex BE E4 8B

RGB Percentages of Color #bee48b

%34.11
%40.93
%24.96

CMYK Percentages of Color #bee48b

%17
%0
%39
%11

Triadic Colors of #bee48b

#bee48b #8bbee4 #e48bbe

Analogous Colors of #bee48b

#bee48b #92e48b #e4de8b

Monochromatic Colors of #bee48b

#bee48b

Complementary Color

#bee48b #b18be4

#bee48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee48b Color CSS Codes

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

#bee48b Text Font Color

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

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


#bee48b Background Color

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

This div background color is #bee48b


#bee48b Border Color

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

This div border color is #bee48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee48b


Comments

No comments written yet.

Please login to write comment.