Color Hex Logo

#bee934 Color Hex

#BEE934
(190,233,52)
0 Favorites   0 Comments

Color spaces of #bee934

RGB 19023352
HSL0.210.800.56
HSV74°78°91°
CMYK 0.180.000.78   0.09
XYZ50.994069.472913.9708
Yxy69.47290.37930.5168
Hunter Lab83.3504-36.656448.4074
CIE-Lab86.7377-36.550476.2589

#bee934 color RGB value is (190,233,52).

#bee934 hex color red value is 190, green value is 233 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bee934 hue: 0.21 , saturation: 0.80 and the lightness value of bee934 is 0.56.

The process color (four color CMYK) of #bee934 color hex is 0.18, 0.00, 0.78, 0.09. Web safe color of #bee934 is #ccff33. Color #bee934 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101001 00110100
Octal 276 351 64
Decimal 190 233 52
Hex BE E9 34

RGB Percentages of Color #bee934

%40.00
%49.05
%10.95

CMYK Percentages of Color #bee934

%18
%0
%78
%9

Triadic Colors of #bee934

#bee934 #34bee9 #e934be

Analogous Colors of #bee934

#bee934 #64e934 #e9ba34

Monochromatic Colors of #bee934

#bee934

Complementary Color

#bee934 #5f34e9

#bee934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee934 Color CSS Codes

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

#bee934 Text Font Color

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

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


#bee934 Background Color

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

This div background color is #bee934


#bee934 Border Color

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

This div border color is #bee934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee934


Comments

No comments written yet.

Please login to write comment.