Color Hex Logo

#bee365 Color Hex

#BEE365
(190,227,101)
0 Favorites   0 Comments

Color spaces of #bee365

RGB 190227101
HSL0.220.690.64
HSV78°56°89°
CMYK 0.160.000.56   0.11
XYZ51.053366.824922.5196
Yxy66.82490.36360.4760
Hunter Lab81.7465-31.577440.8893
CIE-Lab85.4154-30.693656.5782

#bee365 color RGB value is (190,227,101).

#bee365 hex color red value is 190, green value is 227 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bee365 hue: 0.22 , saturation: 0.69 and the lightness value of bee365 is 0.64.

The process color (four color CMYK) of #bee365 color hex is 0.16, 0.00, 0.56, 0.11. Web safe color of #bee365 is #cccc66. Color #bee365 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100011 01100101
Octal 276 343 145
Decimal 190 227 101
Hex BE E3 65

RGB Percentages of Color #bee365

%36.68
%43.82
%19.50

CMYK Percentages of Color #bee365

%16
%0
%56
%11

Triadic Colors of #bee365

#bee365 #65bee3 #e365be

Analogous Colors of #bee365

#bee365 #7fe365 #e3c965

Monochromatic Colors of #bee365

#bee365

Complementary Color

#bee365 #8a65e3

#bee365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee365 Color CSS Codes

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

#bee365 Text Font Color

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

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


#bee365 Background Color

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

This div background color is #bee365


#bee365 Border Color

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

This div border color is #bee365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee365


Comments

No comments written yet.

Please login to write comment.