Color Hex Logo

#bee384 Color Hex

#BEE384
(190,227,132)
0 Favorites   0 Comments

Color spaces of #bee384

RGB 190227132
HSL0.230.630.70
HSV83°42°89°
CMYK 0.160.000.42   0.11
XYZ52.869167.551332.0820
Yxy67.55130.34670.4430
Hunter Lab82.1896-29.010334.3894
CIE-Lab85.7816-27.509342.4001

#bee384 color RGB value is (190,227,132).

#bee384 hex color red value is 190, green value is 227 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bee384 hue: 0.23 , saturation: 0.63 and the lightness value of bee384 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100011 10000100
Octal 276 343 204
Decimal 190 227 132
Hex BE E3 84

RGB Percentages of Color #bee384

%34.61
%41.35
%24.04

CMYK Percentages of Color #bee384

%16
%0
%42
%11

Triadic Colors of #bee384

#bee384 #84bee3 #e384be

Analogous Colors of #bee384

#bee384 #8fe384 #e3d984

Monochromatic Colors of #bee384

#bee384

Complementary Color

#bee384 #a984e3

#bee384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee384 Color CSS Codes

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

#bee384 Text Font Color

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

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


#bee384 Background Color

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

This div background color is #bee384


#bee384 Border Color

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

This div border color is #bee384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee384


Comments

No comments written yet.

Please login to write comment.