Color Hex Logo

#bec14e Color Hex

#BEC14E
(190,193,78)
0 Favorites   0 Comments

Color spaces of #bec14e

RGB 19019378
HSL0.170.480.53
HSV62°60°76°
CMYK 0.020.000.60   0.24
XYZ41.680349.637114.5919
Yxy49.63710.39350.4687
Hunter Lab70.4536-17.693337.0378
CIE-Lab75.8460-16.018656.0068

#bec14e color RGB value is (190,193,78).

#bec14e hex color red value is 190, green value is 193 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bec14e hue: 0.17 , saturation: 0.48 and the lightness value of bec14e is 0.53.

The process color (four color CMYK) of #bec14e color hex is 0.02, 0.00, 0.60, 0.24. Web safe color of #bec14e is #cccc66. Color #bec14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 01001110
Octal 276 301 116
Decimal 190 193 78
Hex BE C1 4E

RGB Percentages of Color #bec14e

%41.21
%41.87
%16.92

CMYK Percentages of Color #bec14e

%2
%0
%60
%24

Triadic Colors of #bec14e

#bec14e #4ebec1 #c14ebe

Analogous Colors of #bec14e

#bec14e #85c14e #c18b4e

Monochromatic Colors of #bec14e

#bec14e

Complementary Color

#bec14e #514ec1

#bec14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec14e Color CSS Codes

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

#bec14e Text Font Color

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

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


#bec14e Background Color

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

This div background color is #bec14e


#bec14e Border Color

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

This div border color is #bec14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec14e


Comments

No comments written yet.

Please login to write comment.