Color Hex Logo

#bee34b Color Hex

#BEE34B
(190,227,75)
0 Favorites   0 Comments

Color spaces of #bee34b

RGB 19022775
HSL0.210.730.59
HSV75°67°89°
CMYK 0.160.000.67   0.11
XYZ49.974366.393316.8379
Yxy66.39330.37520.4984
Hunter Lab81.4821-33.116744.7855
CIE-Lab85.1966-32.634367.1260

#bee34b color RGB value is (190,227,75).

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

The process color (four color CMYK) of #bee34b color hex is 0.16, 0.00, 0.67, 0.11. Web safe color of #bee34b is #cccc33. Color #bee34b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100011 01001011
Octal 276 343 113
Decimal 190 227 75
Hex BE E3 4B

RGB Percentages of Color #bee34b

%38.62
%46.14
%15.24

CMYK Percentages of Color #bee34b

%16
%0
%67
%11

Triadic Colors of #bee34b

#bee34b #4bbee3 #e34bbe

Analogous Colors of #bee34b

#bee34b #72e34b #e3bc4b

Monochromatic Colors of #bee34b

#bee34b

Complementary Color

#bee34b #704be3

#bee34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee34b Color CSS Codes

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

#bee34b Text Font Color

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

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


#bee34b Background Color

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

This div background color is #bee34b


#bee34b Border Color

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

This div border color is #bee34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee34b


Comments

No comments written yet.

Please login to write comment.