Color Hex Logo

#bee466 Color Hex

#BEE466
(190,228,102)
0 Favorites   0 Comments

Color spaces of #bee466

RGB 190228102
HSL0.220.700.65
HSV78°55°89°
CMYK 0.170.000.55   0.11
XYZ51.376967.393322.8707
Yxy67.39330.36270.4758
Hunter Lab82.0934-31.952040.9476
CIE-Lab85.7022-31.072656.4610

#bee466 color RGB value is (190,228,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 01100110
Octal 276 344 146
Decimal 190 228 102
Hex BE E4 66

RGB Percentages of Color #bee466

%36.54
%43.85
%19.62

CMYK Percentages of Color #bee466

%17
%0
%55
%11

Triadic Colors of #bee466

#bee466 #66bee4 #e466be

Analogous Colors of #bee466

#bee466 #7fe466 #e4cb66

Monochromatic Colors of #bee466

#bee466

Complementary Color

#bee466 #8c66e4

#bee466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee466 Color CSS Codes

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

#bee466 Text Font Color

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

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


#bee466 Background Color

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

This div background color is #bee466


#bee466 Border Color

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

This div border color is #bee466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee466


Comments

No comments written yet.

Please login to write comment.