Color Hex Logo

#bee161 Color Hex

#BEE161
(190,225,97)
0 Favorites   0 Comments

Color spaces of #bee161

RGB 19022597
HSL0.210.680.63
HSV76°57°88°
CMYK 0.160.000.57   0.12
XYZ50.318165.660621.3310
Yxy65.66060.36650.4782
Hunter Lab81.0312-30.961241.1141
CIE-Lab84.8230-30.100457.6753

#bee161 color RGB value is (190,225,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 01100001
Octal 276 341 141
Decimal 190 225 97
Hex BE E1 61

RGB Percentages of Color #bee161

%37.11
%43.95
%18.95

CMYK Percentages of Color #bee161

%16
%0
%57
%12

Triadic Colors of #bee161

#bee161 #61bee1 #e161be

Analogous Colors of #bee161

#bee161 #7ee161 #e1c461

Monochromatic Colors of #bee161

#bee161

Complementary Color

#bee161 #8461e1

#bee161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee161 Color CSS Codes

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

#bee161 Text Font Color

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

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


#bee161 Background Color

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

This div background color is #bee161


#bee161 Border Color

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

This div border color is #bee161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee161


Comments

No comments written yet.

Please login to write comment.