Color Hex Logo

#bee86b Color Hex

#BEE86B
(190,232,107)
0 Favorites   0 Comments

Color spaces of #bee86b

RGB 190232107
HSL0.220.730.66
HSV80°54°91°
CMYK 0.180.000.54   0.09
XYZ52.745769.721924.5876
Yxy69.72190.35870.4741
Hunter Lab83.4996-33.368140.9910
CIE-Lab86.8603-32.479055.5543

#bee86b color RGB value is (190,232,107).

#bee86b hex color red value is 190, green value is 232 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bee86b hue: 0.22 , saturation: 0.73 and the lightness value of bee86b is 0.66.

The process color (four color CMYK) of #bee86b color hex is 0.18, 0.00, 0.54, 0.09. Web safe color of #bee86b is #ccff66. Color #bee86b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101000 01101011
Octal 276 350 153
Decimal 190 232 107
Hex BE E8 6B

RGB Percentages of Color #bee86b

%35.92
%43.86
%20.23

CMYK Percentages of Color #bee86b

%18
%0
%54
%9

Triadic Colors of #bee86b

#bee86b #6bbee8 #e86bbe

Analogous Colors of #bee86b

#bee86b #80e86b #e8d46b

Monochromatic Colors of #bee86b

#bee86b

Complementary Color

#bee86b #956be8

#bee86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee86b Color CSS Codes

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

#bee86b Text Font Color

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

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


#bee86b Background Color

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

This div background color is #bee86b


#bee86b Border Color

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

This div border color is #bee86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee86b


Comments

No comments written yet.

Please login to write comment.