Color Hex Logo

#bec93e Color Hex

#BEC93E
(190,201,62)
0 Favorites   0 Comments

Color spaces of #bec93e

RGB 19020162
HSL0.180.560.52
HSV65°69°79°
CMYK 0.050.000.69   0.21
XYZ42.991453.068212.5347
Yxy53.06820.39590.4887
Hunter Lab72.8479-22.141640.7917
CIE-Lab77.9152-20.995864.6299

#bec93e color RGB value is (190,201,62).

#bec93e hex color red value is 190, green value is 201 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bec93e hue: 0.18 , saturation: 0.56 and the lightness value of bec93e is 0.52.

The process color (four color CMYK) of #bec93e color hex is 0.05, 0.00, 0.69, 0.21. Web safe color of #bec93e is #cccc33. Color #bec93e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001001 00111110
Octal 276 311 76
Decimal 190 201 62
Hex BE C9 3E

RGB Percentages of Color #bec93e

%41.94
%44.37
%13.69

CMYK Percentages of Color #bec93e

%5
%0
%69
%21

Triadic Colors of #bec93e

#bec93e #3ebec9 #c93ebe

Analogous Colors of #bec93e

#bec93e #79c93e #c98f3e

Monochromatic Colors of #bec93e

#bec93e

Complementary Color

#bec93e #493ec9

#bec93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec93e Color CSS Codes

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

#bec93e Text Font Color

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

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


#bec93e Background Color

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

This div background color is #bec93e


#bec93e Border Color

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

This div border color is #bec93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec93e


Comments

No comments written yet.

Please login to write comment.