Color Hex Logo

#bec55e Color Hex

#BEC55E
(190,197,94)
0 Favorites   0 Comments

Color spaces of #bec55e

RGB 19019794
HSL0.180.470.57
HSV64°52°77°
CMYK 0.040.000.52   0.23
XYZ43.221851.687818.2884
Yxy51.68780.38180.4566
Hunter Lab71.8942-18.503235.2438
CIE-Lab77.0938-16.770650.1575

#bec55e color RGB value is (190,197,94).

#bec55e hex color red value is 190, green value is 197 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bec55e hue: 0.18 , saturation: 0.47 and the lightness value of bec55e is 0.57.

The process color (four color CMYK) of #bec55e color hex is 0.04, 0.00, 0.52, 0.23. Web safe color of #bec55e is #cccc66. Color #bec55e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000101 01011110
Octal 276 305 136
Decimal 190 197 94
Hex BE C5 5E

RGB Percentages of Color #bec55e

%39.50
%40.96
%19.54

CMYK Percentages of Color #bec55e

%4
%0
%52
%23

Triadic Colors of #bec55e

#bec55e #5ebec5 #c55ebe

Analogous Colors of #bec55e

#bec55e #8bc55e #c5995e

Monochromatic Colors of #bec55e

#bec55e

Complementary Color

#bec55e #655ec5

#bec55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec55e Color CSS Codes

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

#bec55e Text Font Color

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

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


#bec55e Background Color

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

This div background color is #bec55e


#bec55e Border Color

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

This div border color is #bec55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec55e


Comments

No comments written yet.

Please login to write comment.