Color Hex Logo

#bec709 Color Hex

#BEC709
(190,199,9)
0 Favorites   0 Comments

Color spaces of #bec709

RGB 1901999
HSL0.170.910.41
HSV63°95°78°
CMYK 0.050.000.95   0.22
XYZ41.707951.81378.0613
Yxy51.81370.41060.5101
Hunter Lab71.9817-22.541043.7473
CIE-Lab77.1693-21.638776.6563

#bec709 color RGB value is (190,199,9).

#bec709 hex color red value is 190, green value is 199 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bec709 hue: 0.17 , saturation: 0.91 and the lightness value of bec709 is 0.41.

The process color (four color CMYK) of #bec709 color hex is 0.05, 0.00, 0.95, 0.22. Web safe color of #bec709 is #cccc00. Color #bec709 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000111 00001001
Octal 276 307 11
Decimal 190 199 9
Hex BE C7 9

RGB Percentages of Color #bec709

%47.74
%50.00
%2.26

CMYK Percentages of Color #bec709

%5
%0
%95
%22

Triadic Colors of #bec709

#bec709 #09bec7 #c709be

Analogous Colors of #bec709

#bec709 #5fc709 #c77109

Monochromatic Colors of #bec709

#bec709

Complementary Color

#bec709 #1209c7

#bec709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec709 Color CSS Codes

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

#bec709 Text Font Color

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

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


#bec709 Background Color

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

This div background color is #bec709


#bec709 Border Color

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

This div border color is #bec709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec709


Comments

No comments written yet.

Please login to write comment.