Color Hex Logo

#bee15c Color Hex

#BEE15C
(190,225,92)
0 Favorites   0 Comments

Color spaces of #bee15c

RGB 19022592
HSL0.210.690.62
HSV76°59°88°
CMYK 0.160.000.59   0.12
XYZ50.092265.570320.1414
Yxy65.57030.36890.4828
Hunter Lab80.9755-31.285341.9354
CIE-Lab84.7768-30.507359.7963

#bee15c color RGB value is (190,225,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 01011100
Octal 276 341 134
Decimal 190 225 92
Hex BE E1 5C

RGB Percentages of Color #bee15c

%37.48
%44.38
%18.15

CMYK Percentages of Color #bee15c

%16
%0
%59
%12

Triadic Colors of #bee15c

#bee15c #5cbee1 #e15cbe

Analogous Colors of #bee15c

#bee15c #7ce15c #e1c25c

Monochromatic Colors of #bee15c

#bee15c

Complementary Color

#bee15c #7f5ce1

#bee15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee15c Color CSS Codes

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

#bee15c Text Font Color

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

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


#bee15c Background Color

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

This div background color is #bee15c


#bee15c Border Color

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

This div border color is #bee15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee15c


Comments

No comments written yet.

Please login to write comment.