Color Hex Logo

#bee06f Color Hex

#BEE06F
(190,224,111)
0 Favorites   0 Comments

Color spaces of #bee06f

RGB 190224111
HSL0.220.650.66
HSV78°50°88°
CMYK 0.150.000.50   0.12
XYZ50.760165.406224.9882
Yxy65.40620.35960.4634
Hunter Lab80.8741-29.495338.2927
CIE-Lab84.6926-28.357651.1590

#bee06f color RGB value is (190,224,111).

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

The process color (four color CMYK) of #bee06f color hex is 0.15, 0.00, 0.50, 0.12. Web safe color of #bee06f is #cccc66. Color #bee06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 01101111
Octal 276 340 157
Decimal 190 224 111
Hex BE E0 6F

RGB Percentages of Color #bee06f

%36.19
%42.67
%21.14

CMYK Percentages of Color #bee06f

%15
%0
%50
%12

Triadic Colors of #bee06f

#bee06f #6fbee0 #e06fbe

Analogous Colors of #bee06f

#bee06f #86e06f #e0ca6f

Monochromatic Colors of #bee06f

#bee06f

Complementary Color

#bee06f #916fe0

#bee06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee06f Color CSS Codes

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

#bee06f Text Font Color

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

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


#bee06f Background Color

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

This div background color is #bee06f


#bee06f Border Color

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

This div border color is #bee06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee06f


Comments

No comments written yet.

Please login to write comment.