Color Hex Logo

#bee34d Color Hex

#BEE34D
(190,227,77)
0 Favorites   0 Comments

Color spaces of #bee34d

RGB 19022777
HSL0.210.730.60
HSV75°66°89°
CMYK 0.160.000.66   0.11
XYZ50.043866.421117.2042
Yxy66.42110.37440.4969
Hunter Lab81.4991-33.017244.5335
CIE-Lab85.2108-32.508166.3775

#bee34d color RGB value is (190,227,77).

#bee34d hex color red value is 190, green value is 227 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bee34d hue: 0.21 , saturation: 0.73 and the lightness value of bee34d is 0.60.

The process color (four color CMYK) of #bee34d color hex is 0.16, 0.00, 0.66, 0.11. Web safe color of #bee34d is #cccc66. Color #bee34d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100011 01001101
Octal 276 343 115
Decimal 190 227 77
Hex BE E3 4D

RGB Percentages of Color #bee34d

%38.46
%45.95
%15.59

CMYK Percentages of Color #bee34d

%16
%0
%66
%11

Triadic Colors of #bee34d

#bee34d #4dbee3 #e34dbe

Analogous Colors of #bee34d

#bee34d #73e34d #e3bd4d

Monochromatic Colors of #bee34d

#bee34d

Complementary Color

#bee34d #724de3

#bee34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee34d Color CSS Codes

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

#bee34d Text Font Color

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

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


#bee34d Background Color

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

This div background color is #bee34d


#bee34d Border Color

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

This div border color is #bee34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee34d


Comments

No comments written yet.

Please login to write comment.