color codes Logo

#bec71c color codes

#BEC71C
(190,199,28)
0 Favorites   0 Comments

Color spaces of #bec71c

RGB 19019928
HSL0.180.750.45
HSV63°86°78°
CMYK 0.050.000.86   0.22
XYZ41.868251.87788.9053
Yxy51.87780.40790.5054
Hunter Lab72.0262-22.285543.0878
CIE-Lab77.2077-21.318173.8883

#bec71c color RGB value is (190,199,28).

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

The process color (four color CMYK) of #bec71c color code is 0.05, 0.00, 0.86, 0.22. Web safe color of #bec71c is #cccc33. Color #bec71c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000111 00011100
Octal 276 307 34
Decimal 190 199 28
Hex BE C7 1C

RGB Percentages of Color #bec71c

%45.56
%47.72
%6.71

CMYK Percentages of Color #bec71c

%5
%0
%86
%22

Triadic Colors of #bec71c

#bec71c #1cbec7 #c71cbe

Analogous Colors of #bec71c

#bec71c #69c71c #c77b1c

Monochromatic Colors of #bec71c

#bec71c

Complementary Color

#bec71c #251cc7

#bec71c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec71c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec71c Color CSS Codes

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

#bec71c Text Font Color

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

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


#bec71c Background Color

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

This div background color is #bec71c


#bec71c Border Color

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

This div border color is #bec71c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec71c


Comments

No comments written yet.

Please login to write comment.