Color Hex Logo

#bee47d Color Hex

#BEE47D
(190,228,125)
0 Favorites   0 Comments

Color spaces of #bee47d

RGB 190228125
HSL0.230.660.69
HSV82°45°89°
CMYK 0.170.000.45   0.11
XYZ52.680367.914629.7343
Yxy67.91460.35040.4518
Hunter Lab82.4103-30.113036.2949
CIE-Lab85.9637-28.784446.0430

#bee47d color RGB value is (190,228,125).

#bee47d hex color red value is 190, green value is 228 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bee47d hue: 0.23 , saturation: 0.66 and the lightness value of bee47d is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100100 01111101
Octal 276 344 175
Decimal 190 228 125
Hex BE E4 7D

RGB Percentages of Color #bee47d

%34.99
%41.99
%23.02

CMYK Percentages of Color #bee47d

%17
%0
%45
%11

Triadic Colors of #bee47d

#bee47d #7dbee4 #e47dbe

Analogous Colors of #bee47d

#bee47d #8be47d #e4d77d

Monochromatic Colors of #bee47d

#bee47d

Complementary Color

#bee47d #a37de4

#bee47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee47d Color CSS Codes

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

#bee47d Text Font Color

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

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


#bee47d Background Color

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

This div background color is #bee47d


#bee47d Border Color

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

This div border color is #bee47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee47d


Comments

No comments written yet.

Please login to write comment.