Color Hex Logo

#bee08d Color Hex

#BEE08D
(190,224,141)
0 Favorites   0 Comments

Color spaces of #bee08d

RGB 190224141
HSL0.230.570.72
HSV85°37°88°
CMYK 0.150.000.37   0.12
XYZ52.698666.181535.1961
Yxy66.18150.34200.4295
Hunter Lab81.3520-26.736431.2952
CIE-Lab85.0889-24.966137.0320

#bee08d color RGB value is (190,224,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100000 10001101
Octal 276 340 215
Decimal 190 224 141
Hex BE E0 8D

RGB Percentages of Color #bee08d

%34.23
%40.36
%25.41

CMYK Percentages of Color #bee08d

%15
%0
%37
%12

Triadic Colors of #bee08d

#bee08d #8dbee0 #e08dbe

Analogous Colors of #bee08d

#bee08d #95e08d #e0d98d

Monochromatic Colors of #bee08d

#bee08d

Complementary Color

#bee08d #af8de0

#bee08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee08d Color CSS Codes

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

#bee08d Text Font Color

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

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


#bee08d Background Color

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

This div background color is #bee08d


#bee08d Border Color

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

This div border color is #bee08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee08d


Comments

No comments written yet.

Please login to write comment.