Color Hex Logo

#bee45d Color Hex

#BEE45D
(190,228,93)
0 Favorites   0 Comments

Color spaces of #bee45d

RGB 19022893
HSL0.210.710.63
HSV77°59°89°
CMYK 0.170.000.59   0.11
XYZ50.954467.224320.6459
Yxy67.22430.36700.4842
Hunter Lab81.9904-32.551342.4636
CIE-Lab85.6171-31.825460.3016

#bee45d color RGB value is (190,228,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 01011101
Octal 276 344 135
Decimal 190 228 93
Hex BE E4 5D

RGB Percentages of Color #bee45d

%37.18
%44.62
%18.20

CMYK Percentages of Color #bee45d

%17
%0
%59
%11

Triadic Colors of #bee45d

#bee45d #5dbee4 #e45dbe

Analogous Colors of #bee45d

#bee45d #7be45d #e4c75d

Monochromatic Colors of #bee45d

#bee45d

Complementary Color

#bee45d #835de4

#bee45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee45d Color CSS Codes

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

#bee45d Text Font Color

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

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


#bee45d Background Color

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

This div background color is #bee45d


#bee45d Border Color

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

This div border color is #bee45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee45d


Comments

No comments written yet.

Please login to write comment.