Color Hex Logo

#bee361 Color Hex

#BEE361
(190,227,97)
0 Favorites   0 Comments

Color spaces of #bee361

RGB 19022797
HSL0.210.700.64
HSV77°57°89°
CMYK 0.160.000.57   0.11
XYZ50.862066.748421.5123
Yxy66.74840.36560.4798
Hunter Lab81.6997-31.849641.5782
CIE-Lab85.3767-31.035158.3019

#bee361 color RGB value is (190,227,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100011 01100001
Octal 276 343 141
Decimal 190 227 97
Hex BE E3 61

RGB Percentages of Color #bee361

%36.96
%44.16
%18.87

CMYK Percentages of Color #bee361

%16
%0
%57
%11

Triadic Colors of #bee361

#bee361 #61bee3 #e361be

Analogous Colors of #bee361

#bee361 #7de361 #e3c761

Monochromatic Colors of #bee361

#bee361

Complementary Color

#bee361 #8661e3

#bee361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee361 Color CSS Codes

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

#bee361 Text Font Color

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

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


#bee361 Background Color

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

This div background color is #bee361


#bee361 Border Color

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

This div border color is #bee361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee361


Comments

No comments written yet.

Please login to write comment.