Color Hex Logo

#bec047 Color Hex

#BEC047
(190,192,71)
0 Favorites   0 Comments

Color spaces of #bec047

RGB 19019271
HSL0.170.490.52
HSV61°63°75°
CMYK 0.010.000.63   0.25
XYZ41.222249.101413.2661
Yxy49.10140.39790.4740
Hunter Lab70.0724-17.618737.8259
CIE-Lab75.5144-15.986058.6338

#bec047 color RGB value is (190,192,71).

#bec047 hex color red value is 190, green value is 192 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bec047 hue: 0.17 , saturation: 0.49 and the lightness value of bec047 is 0.52.

The process color (four color CMYK) of #bec047 color hex is 0.01, 0.00, 0.63, 0.25. Web safe color of #bec047 is #cccc33. Color #bec047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 01000111
Octal 276 300 107
Decimal 190 192 71
Hex BE C0 47

RGB Percentages of Color #bec047

%41.94
%42.38
%15.67

CMYK Percentages of Color #bec047

%1
%0
%63
%25

Triadic Colors of #bec047

#bec047 #47bec0 #c047be

Analogous Colors of #bec047

#bec047 #82c047 #c08647

Monochromatic Colors of #bec047

#bec047

Complementary Color

#bec047 #4947c0

#bec047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec047 Color CSS Codes

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

#bec047 Text Font Color

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

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


#bec047 Background Color

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

This div background color is #bec047


#bec047 Border Color

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

This div border color is #bec047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec047


Comments

No comments written yet.

Please login to write comment.