Color Hex Logo

#bee48f Color Hex

#BEE48F
(190,228,143)
0 Favorites   0 Comments

Color spaces of #bee48f

RGB 190228143
HSL0.240.610.73
HSV87°37°89°
CMYK 0.170.000.37   0.11
XYZ53.936568.417136.3497
Yxy68.41710.33990.4311
Hunter Lab82.7146-28.354431.8447
CIE-Lab86.2146-26.626737.4893

#bee48f color RGB value is (190,228,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 10001111
Octal 276 344 217
Decimal 190 228 143
Hex BE E4 8F

RGB Percentages of Color #bee48f

%33.87
%40.64
%25.49

CMYK Percentages of Color #bee48f

%17
%0
%37
%11

Triadic Colors of #bee48f

#bee48f #8fbee4 #e48fbe

Analogous Colors of #bee48f

#bee48f #94e48f #e4e08f

Monochromatic Colors of #bee48f

#bee48f

Complementary Color

#bee48f #b58fe4

#bee48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee48f Color CSS Codes

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

#bee48f Text Font Color

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

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


#bee48f Background Color

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

This div background color is #bee48f


#bee48f Border Color

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

This div border color is #bee48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee48f


Comments

No comments written yet.

Please login to write comment.