Color Hex Logo

#bee56f Color Hex

#BEE56F
(190,229,111)
0 Favorites   0 Comments

Color spaces of #bee56f

RGB 190229111
HSL0.220.690.67
HSV80°52°90°
CMYK 0.170.000.52   0.10
XYZ52.123868.133525.4428
Yxy68.13350.35770.4676
Hunter Lab82.5430-31.732139.5048
CIE-Lab86.0732-30.707452.8012

#bee56f color RGB value is (190,229,111).

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

The process color (four color CMYK) of #bee56f color hex is 0.17, 0.00, 0.52, 0.10. Web safe color of #bee56f is #cccc66. Color #bee56f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100101 01101111
Octal 276 345 157
Decimal 190 229 111
Hex BE E5 6F

RGB Percentages of Color #bee56f

%35.85
%43.21
%20.94

CMYK Percentages of Color #bee56f

%17
%0
%52
%10

Triadic Colors of #bee56f

#bee56f #6fbee5 #e56fbe

Analogous Colors of #bee56f

#bee56f #83e56f #e5d16f

Monochromatic Colors of #bee56f

#bee56f

Complementary Color

#bee56f #966fe5

#bee56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee56f Color CSS Codes

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

#bee56f Text Font Color

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

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


#bee56f Background Color

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

This div background color is #bee56f


#bee56f Border Color

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

This div border color is #bee56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee56f


Comments

No comments written yet.

Please login to write comment.