Color Hex Logo

#bee46c Color Hex

#BEE46C
(190,228,108)
0 Favorites   0 Comments

Color spaces of #bee46c

RGB 190228108
HSL0.220.690.66
HSV79°53°89°
CMYK 0.170.000.53   0.11
XYZ51.685467.516724.4953
Yxy67.51670.35970.4699
Hunter Lab82.1685-31.515439.8430
CIE-Lab85.7642-30.526453.8171

#bee46c color RGB value is (190,228,108).

#bee46c hex color red value is 190, green value is 228 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bee46c hue: 0.22 , saturation: 0.69 and the lightness value of bee46c is 0.66.

The process color (four color CMYK) of #bee46c color hex is 0.17, 0.00, 0.53, 0.11. Web safe color of #bee46c is #cccc66. Color #bee46c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 01101100
Octal 276 344 154
Decimal 190 228 108
Hex BE E4 6C

RGB Percentages of Color #bee46c

%36.12
%43.35
%20.53

CMYK Percentages of Color #bee46c

%17
%0
%53
%11

Triadic Colors of #bee46c

#bee46c #6cbee4 #e46cbe

Analogous Colors of #bee46c

#bee46c #82e46c #e4ce6c

Monochromatic Colors of #bee46c

#bee46c

Complementary Color

#bee46c #926ce4

#bee46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee46c Color CSS Codes

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

#bee46c Text Font Color

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

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


#bee46c Background Color

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

This div background color is #bee46c


#bee46c Border Color

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

This div border color is #bee46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee46c


Comments

No comments written yet.

Please login to write comment.