Color Hex Logo

#bee18d Color Hex

#BEE18D
(190,225,141)
0 Favorites   0 Comments

Color spaces of #bee18d

RGB 190225141
HSL0.240.580.72
HSV85°37°88°
CMYK 0.160.000.37   0.12
XYZ52.968166.720735.2860
Yxy66.72070.34180.4305
Hunter Lab81.6827-27.194431.5653
CIE-Lab85.3627-25.447237.3873

#bee18d color RGB value is (190,225,141).

#bee18d hex color red value is 190, green value is 225 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bee18d hue: 0.24 , saturation: 0.58 and the lightness value of bee18d is 0.72.

The process color (four color CMYK) of #bee18d color hex is 0.16, 0.00, 0.37, 0.12. Web safe color of #bee18d is #cccc99. Color #bee18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 10001101
Octal 276 341 215
Decimal 190 225 141
Hex BE E1 8D

RGB Percentages of Color #bee18d

%34.17
%40.47
%25.36

CMYK Percentages of Color #bee18d

%16
%0
%37
%12

Triadic Colors of #bee18d

#bee18d #8dbee1 #e18dbe

Analogous Colors of #bee18d

#bee18d #94e18d #e1da8d

Monochromatic Colors of #bee18d

#bee18d

Complementary Color

#bee18d #b08de1

#bee18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee18d Color CSS Codes

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

#bee18d Text Font Color

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

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


#bee18d Background Color

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

This div background color is #bee18d


#bee18d Border Color

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

This div border color is #bee18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee18d


Comments

No comments written yet.

Please login to write comment.