Color Hex Logo

#bec71e Color Hex

#BEC71E
(190,199,30)
0 Favorites   0 Comments

Color spaces of #bec71e

RGB 19019930
HSL0.180.740.45
HSV63°85°78°
CMYK 0.050.000.85   0.22
XYZ41.893051.88779.0356
Yxy51.88770.40750.5047
Hunter Lab72.0331-22.246042.9860
CIE-Lab77.2136-21.268673.4772

#bec71e color RGB value is (190,199,30).

#bec71e hex color red value is 190, green value is 199 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bec71e hue: 0.18 , saturation: 0.74 and the lightness value of bec71e is 0.45.

The process color (four color CMYK) of #bec71e color hex is 0.05, 0.00, 0.85, 0.22. Web safe color of #bec71e is #cccc33. Color #bec71e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000111 00011110
Octal 276 307 36
Decimal 190 199 30
Hex BE C7 1E

RGB Percentages of Color #bec71e

%45.35
%47.49
%7.16

CMYK Percentages of Color #bec71e

%5
%0
%85
%22

Triadic Colors of #bec71e

#bec71e #1ebec7 #c71ebe

Analogous Colors of #bec71e

#bec71e #6ac71e #c77c1e

Monochromatic Colors of #bec71e

#bec71e

Complementary Color

#bec71e #271ec7

#bec71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec71e Color CSS Codes

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

#bec71e Text Font Color

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

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


#bec71e Background Color

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

This div background color is #bec71e


#bec71e Border Color

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

This div border color is #bec71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec71e


Comments

No comments written yet.

Please login to write comment.