Color Hex Logo

#bee28d Color Hex

#BEE28D
(190,226,141)
0 Favorites   0 Comments

Color spaces of #bee28d

RGB 190226141
HSL0.240.590.72
HSV85°38°89°
CMYK 0.160.000.38   0.11
XYZ53.239367.262935.3763
Yxy67.26290.34150.4315
Hunter Lab82.0140-27.651331.8353
CIE-Lab85.6365-25.926537.7423

#bee28d color RGB value is (190,226,141).

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

The process color (four color CMYK) of #bee28d color hex is 0.16, 0.00, 0.38, 0.11. Web safe color of #bee28d is #cccc99. Color #bee28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100010 10001101
Octal 276 342 215
Decimal 190 226 141
Hex BE E2 8D

RGB Percentages of Color #bee28d

%34.11
%40.57
%25.31

CMYK Percentages of Color #bee28d

%16
%0
%38
%11

Triadic Colors of #bee28d

#bee28d #8dbee2 #e28dbe

Analogous Colors of #bee28d

#bee28d #94e28d #e2dc8d

Monochromatic Colors of #bee28d

#bee28d

Complementary Color

#bee28d #b18de2

#bee28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee28d Color CSS Codes

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

#bee28d Text Font Color

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

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


#bee28d Background Color

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

This div background color is #bee28d


#bee28d Border Color

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

This div border color is #bee28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee28d


Comments

No comments written yet.

Please login to write comment.