Color Hex Logo

#bee67e Color Hex

#BEE67E
(190,230,126)
0 Favorites   0 Comments

Color spaces of #bee67e

RGB 190230126
HSL0.230.680.70
HSV83°45°90°
CMYK 0.170.000.45   0.10
XYZ53.297969.047130.2570
Yxy69.04710.34930.4525
Hunter Lab83.0946-30.923436.5771
CIE-Lab86.5274-29.615146.2589

#bee67e color RGB value is (190,230,126).

#bee67e hex color red value is 190, green value is 230 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bee67e hue: 0.23 , saturation: 0.68 and the lightness value of bee67e is 0.70.

The process color (four color CMYK) of #bee67e color hex is 0.17, 0.00, 0.45, 0.10. Web safe color of #bee67e is #ccff66. Color #bee67e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100110 01111110
Octal 276 346 176
Decimal 190 230 126
Hex BE E6 7E

RGB Percentages of Color #bee67e

%34.80
%42.12
%23.08

CMYK Percentages of Color #bee67e

%17
%0
%45
%10

Triadic Colors of #bee67e

#bee67e #7ebee6 #e67ebe

Analogous Colors of #bee67e

#bee67e #8ae67e #e6da7e

Monochromatic Colors of #bee67e

#bee67e

Complementary Color

#bee67e #a67ee6

#bee67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee67e Color CSS Codes

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

#bee67e Text Font Color

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

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


#bee67e Background Color

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

This div background color is #bee67e


#bee67e Border Color

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

This div border color is #bee67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee67e


Comments

No comments written yet.

Please login to write comment.