Color Hex Logo

#bee44b Color Hex

#BEE44B
(190,228,75)
0 Favorites   0 Comments

Color spaces of #bee44b

RGB 19022875
HSL0.210.740.59
HSV75°67°89°
CMYK 0.170.000.67   0.11
XYZ50.248666.942016.9293
Yxy66.94200.37470.4991
Hunter Lab81.8181-33.555845.0047
CIE-Lab85.4746-33.095667.4114

#bee44b color RGB value is (190,228,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 01001011
Octal 276 344 113
Decimal 190 228 75
Hex BE E4 4B

RGB Percentages of Color #bee44b

%38.54
%46.25
%15.21

CMYK Percentages of Color #bee44b

%17
%0
%67
%11

Triadic Colors of #bee44b

#bee44b #4bbee4 #e44bbe

Analogous Colors of #bee44b

#bee44b #72e44b #e4be4b

Monochromatic Colors of #bee44b

#bee44b

Complementary Color

#bee44b #714be4

#bee44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee44b Color CSS Codes

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

#bee44b Text Font Color

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

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


#bee44b Background Color

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

This div background color is #bee44b


#bee44b Border Color

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

This div border color is #bee44b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,228,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 #bee44b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee44b


Comments

No comments written yet.

Please login to write comment.